Trace number 4283972

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 11.139 5.8646498

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0050-int.xml
MD5SUM7780e40de56b9bae3ab082521ef58da1
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 benchmark2.9581299
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints4900
Number of domains1
Minimum domain size49
Maximum domain size49
Distribution of domain sizes[{"size":49,"count":50}]
Minimum variable degree196
Maximum variable degree196
Distribution of variable degrees[{"degree":196,"count":50}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4900}]
Number of extensional constraints0
Number of intensional constraints4900
Distribution of constraint types[{"type":"intension","count":4900}]
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-4283972-1503206151.xml"  -tl '2520s' -p 1 -x 3
0.08/0.27	c [HOME/instance-4283972-1503206151.xml, -tl, 2520s, -p, 1, -x, 3]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
10.11/5.50	c solve instance...
10.98/5.84	s SATISFIABLE
10.98/5.84	v <instantiation>
10.98/5.84	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
10.98/5.84	v 	<values>9 4 2 8 4 2 5 0 0 6 6 3 2 3 0 9 2 5 5 20 1 23 4 0 2 3 6 1 6 2 3 1 2 14 22 1 3 2 4 0 1 3 5 0 7 2 0 1 0 3 </values>
10.98/5.84	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 (15390 MiB free)
  memory of node 1: 16384 MiB (15026 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283972-1503206151/watcher-4283972-1503206151 -o /tmp/evaluation-result-4283972-1503206151/solver-4283972-1503206151 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2270 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 50527150 HOME/instance-4283972-1503206151.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
solver pid=7998, runsolver pid=7995
Current StackSize limit: 8192 KiB


[startup+0.100132 s]*
/proc/loadavg: 1.31 1.48 1.72 2/203 8001
/proc/meminfo: memFree=31143996/32770624 swapFree=67108860/67108860
[pid=7998] ppid=7995 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7998/stat : 7998 (xcsp3-exec) S 7995 7998 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19022113 9740288 345 18446744073709551615 4194304 5098028 140728627994496 140728627992600 140630772675196 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15519744 140728628003195 140728628003398 140728628003398 140728628006891 0
/proc/7998/statm: 2378 345 289 221 0 87 0
[pid=8000] ppid=7998 vsize=13358712 memory=14104 CPUtime=0 cores=0,2,4,6
/proc/8000/stat : 8000 (java) S 7998 7998 18108 0 -1 1077944320 3283 0 0 0 0 0 0 0 20 0 6 0 19022123 13679321088 3526 18446744073709551615 4194304 4196468 140735680279760 140735680262304 139934609366775 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
/proc/8000/statm: 3339678 3526 1892 1 0 3329175 0
[pid=8000/tid=8001] ppid=7998 vsize=13358712 memory=-7318199385804929726 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8001/stat : 8001 (java) R 7998 7998 18108 0 -1 4202560 2062 0 0 0 0 0 0 0 20 0 6 0 19022123 13679321088 3526 18446744073709551615 4194304 4196468 140735680279760 139934613602896 139934593447262 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8002] ppid=7998 vsize=13358712 memory=5767618060593002889 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8002/stat : 8002 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 19022124 13679321088 3526 18446744073709551615 4194304 4196468 140735680279760 139934543801488 139934609376981 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8003] ppid=7998 vsize=13358712 memory=140587946002048 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8003/stat : 8003 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 19022124 13679321088 3526 18446744073709551615 4194304 4196468 140735680279760 139934542748688 139934609376981 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8004] ppid=7998 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8004/stat : 8004 (java) S 7998 7998 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 19022124 13679321088 3526 18446744073709551615 4194304 4196468 140735680279760 139934541695888 139934609376981 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8005] ppid=7998 vsize=13358712 memory=-1807685287725067907 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8005/stat : 8005 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 19022124 13679321088 3526 18446744073709551615 4194304 4196468 140735680279760 139934540643088 139934609376981 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15484 KiB

[startup+0.210617 s]*
/proc/loadavg: 1.31 1.48 1.72 4/216 8014
/proc/meminfo: memFree=31132968/32770624 swapFree=67108860/67108860
[pid=7998] ppid=7995 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7998/stat : 7998 (xcsp3-exec) S 7995 7998 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19022113 9740288 345 18446744073709551615 4194304 5098028 140728627994496 140728627992600 140630772675196 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15519744 140728628003195 140728628003398 140728628003398 140728628006891 0
/proc/7998/statm: 2378 345 289 221 0 87 0
[pid=8000] ppid=7998 vsize=13974352 memory=27492 CPUtime=0.08 cores=0,2,4,6
/proc/8000/stat : 8000 (java) S 7998 7998 18108 0 -1 1077944320 5336 0 0 0 8 0 0 0 20 0 15 0 19022123 14309736448 6873 18446744073709551615 4194304 4196468 140735680279760 140735680262304 139934609366775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
/proc/8000/statm: 3493588 6873 2722 1 0 3482964 0
[pid=8000/tid=8001] ppid=7998 vsize=13974352 memory=-7318199385804929726 CPUtime=0.07 cores=0,2,4,6
/proc/8000/task/8001/stat : 8001 (java) R 7998 7998 18108 0 -1 4202560 3476 0 0 0 7 0 0 0 20 0 15 0 19022123 14309736448 6873 18446744073709551615 4194304 4196468 140735680279760 139934613596928 139934570314278 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8002] ppid=7998 vsize=13974352 memory=5767618060593002889 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8002/stat : 8002 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19022124 14309736448 6873 18446744073709551615 4194304 4196468 140735680279760 139934543801488 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8003] ppid=7998 vsize=13974352 memory=140587946002048 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8003/stat : 8003 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19022124 14309736448 6937 18446744073709551615 4194304 4196468 140735680279760 139934542748688 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8004] ppid=7998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8004/stat : 8004 (java) S 7998 7998 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19022124 14309736448 6937 18446744073709551615 4194304 4196468 140735680279760 139934541695888 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8005] ppid=7998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8005/stat : 8005 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19022124 14309736448 6937 18446744073709551615 4194304 4196468 140735680279760 139934540643088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8006] ppid=7998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8006/stat : 8006 (java) S 7998 7998 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19022125 14309736448 6937 18446744073709551615 4194304 4196468 140735680279760 139934087883120 139934609377922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8007] ppid=7998 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8007/stat : 8007 (java) S 7998 7998 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19022126 14309736448 6937 18446744073709551615 4194304 4196468 140735680279760 139934086829088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8008] ppid=7998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8008/stat : 8008 (java) S 7998 7998 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19022126 14309736448 6937 18446744073709551615 4194304 4196468 140735680279760 139934085776240 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8009] ppid=7998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8009/stat : 8009 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022128 14309736448 6937 18446744073709551615 4194304 4196468 140735680279760 139934084724560 139934609385371 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8010] ppid=7998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8010/stat : 8010 (java) S 7998 7998 18108 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 19022128 14309736448 6937 18446744073709551615 4194304 4196468 140735680279760 139934083672944 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8011] ppid=7998 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8011/stat : 8011 (java) S 7998 7998 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 19022128 14309736448 6937 18446744073709551615 4194304 4196468 140735680279760 139934082620144 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8012] ppid=7998 vsize=13974352 memory=140587946002048 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8012/stat : 8012 (java) S 7998 7998 18108 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 15 0 19022128 14309736448 6937 18446744073709551615 4194304 4196468 140735680279760 139934081567344 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8013] ppid=7998 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8013/stat : 8013 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022129 14309736448 6937 18446744073709551615 4194304 4196468 140735680279760 139934080514784 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8014] ppid=7998 vsize=13974352 memory=140587946002048 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8014/stat : 8014 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19022133 14309736448 6937 18446744073709551615 4194304 4196468 140735680279760 139934079462064 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28872 KiB

[startup+0.315722 s]*
/proc/loadavg: 1.31 1.48 1.72 5/216 8014
/proc/meminfo: memFree=31120576/32770624 swapFree=67108860/67108860
[pid=7998] ppid=7995 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7998/stat : 7998 (xcsp3-exec) S 7995 7998 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19022113 9740288 345 18446744073709551615 4194304 5098028 140728627994496 140728627992600 140630772675196 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15519744 140728628003195 140728628003398 140728628003398 140728628006891 0
/proc/7998/statm: 2378 345 289 221 0 87 0
[pid=8000] ppid=7998 vsize=13974352 memory=36828 CPUtime=0.29 cores=0,2,4,6
/proc/8000/stat : 8000 (java) S 7998 7998 18108 0 -1 1077944320 8838 0 0 0 27 2 0 0 20 0 15 0 19022123 14309736448 9207 18446744073709551615 4194304 4196468 140735680279760 140735680262304 139934609366775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
/proc/8000/statm: 3493588 9207 2988 1 0 3482964 0
[pid=8000/tid=8001] ppid=7998 vsize=13974352 memory=-7677926825137650786 CPUtime=0.17 cores=0,2,4,6
/proc/8000/task/8001/stat : 8001 (java) R 7998 7998 18108 0 -1 4202560 6116 0 0 0 16 1 0 0 20 0 15 0 19022123 14309736448 9719 18446744073709551615 4194304 4196468 140735680279760 139934613594400 139934595434894 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8002] ppid=7998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8002/stat : 8002 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19022124 14309736448 9719 18446744073709551615 4194304 4196468 140735680279760 139934543801488 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8003] ppid=7998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8003/stat : 8003 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19022124 14309736448 9719 18446744073709551615 4194304 4196468 140735680279760 139934542748688 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8004] ppid=7998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8004/stat : 8004 (java) S 7998 7998 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19022124 14309736448 9719 18446744073709551615 4194304 4196468 140735680279760 139934541695888 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8005] ppid=7998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8005/stat : 8005 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19022124 14309736448 9719 18446744073709551615 4194304 4196468 140735680279760 139934540643088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8006] ppid=7998 vsize=13974352 memory=140587946002047 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8006/stat : 8006 (java) S 7998 7998 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19022125 14309736448 9719 18446744073709551615 4194304 4196468 140735680279760 139934087883120 139934609377922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8007] ppid=7998 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8007/stat : 8007 (java) S 7998 7998 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19022126 14309736448 9719 18446744073709551615 4194304 4196468 140735680279760 139934086829088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8008] ppid=7998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8008/stat : 8008 (java) S 7998 7998 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19022126 14309736448 9719 18446744073709551615 4194304 4196468 140735680279760 139934085776240 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8009] ppid=7998 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8009/stat : 8009 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022128 14309736448 9783 18446744073709551615 4194304 4196468 140735680279760 139934084724560 139934609385371 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8010] ppid=7998 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8000/task/8010/stat : 8010 (java) R 7998 7998 18108 0 -1 4202560 409 0 0 0 2 0 0 0 20 0 15 0 19022128 14309736448 9783 18446744073709551615 4194304 4196468 140735680279760 139934083653960 139934590067072 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8011] ppid=7998 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8000/task/8011/stat : 8011 (java) R 7998 7998 18108 0 -1 1077944384 287 0 0 0 1 0 0 0 20 0 15 0 19022128 14309736448 9783 18446744073709551615 4194304 4196468 140735680279760 139934082620144 139934609377922 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8012] ppid=7998 vsize=13974352 memory=140587946002048 CPUtime=0.06 cores=0,2,4,6
/proc/8000/task/8012/stat : 8012 (java) S 7998 7998 18108 0 -1 1077944384 726 0 0 0 6 0 0 0 20 0 15 0 19022128 14309736448 9783 18446744073709551615 4194304 4196468 140735680279760 139934081567344 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8013] ppid=7998 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8013/stat : 8013 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022129 14309736448 9783 18446744073709551615 4194304 4196468 140735680279760 139934080514784 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8014] ppid=7998 vsize=13974352 memory=140587946002048 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8014/stat : 8014 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19022133 14309736448 9783 18446744073709551615 4194304 4196468 140735680279760 139934079462064 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38208 KiB

[startup+0.700813 s]
/proc/loadavg: 1.31 1.48 1.72 7/216 8014
/proc/meminfo: memFree=31103348/32770624 swapFree=67108860/67108860
[pid=7998] ppid=7995 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7998/stat : 7998 (xcsp3-exec) S 7995 7998 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19022113 9740288 345 18446744073709551615 4194304 5098028 140728627994496 140728627992600 140630772675196 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15519744 140728628003195 140728628003398 140728628003398 140728628006891 0
/proc/7998/statm: 2378 345 289 221 0 87 0
[pid=8000] ppid=7998 vsize=13978684 memory=87664 CPUtime=1.34 cores=0,2,4,6
/proc/8000/stat : 8000 (java) S 7998 7998 18108 0 -1 1077944320 13588 0 0 0 130 4 0 0 20 0 15 0 19022123 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 140735680262304 139934609366775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
/proc/8000/statm: 3494671 21916 3160 1 0 3482964 0
[pid=8000/tid=8001] ppid=7998 vsize=13978684 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/8000/task/8001/stat : 8001 (java) R 7998 7998 18108 0 -1 4202560 7875 0 0 0 52 3 0 0 20 0 15 0 19022123 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934613599760 139934214586303 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8002] ppid=7998 vsize=13978684 memory=8443538352883892301 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8002/stat : 8002 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19022124 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934543801488 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8003] ppid=7998 vsize=13978684 memory=288286671143961194 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8003/stat : 8003 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19022124 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934542748688 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8004] ppid=7998 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8004/stat : 8004 (java) S 7998 7998 18108 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19022124 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934541695888 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8005] ppid=7998 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8005/stat : 8005 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19022124 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934540643088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8006] ppid=7998 vsize=13978684 memory=22097 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8006/stat : 8006 (java) S 7998 7998 18108 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 19022125 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934087883120 139934609377922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8007] ppid=7998 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8007/stat : 8007 (java) S 7998 7998 18108 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19022126 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934086829088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8008] ppid=7998 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8008/stat : 8008 (java) S 7998 7998 18108 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19022126 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934085776240 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8009] ppid=7998 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8009/stat : 8009 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022128 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934084724560 139934609385371 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8010] ppid=7998 vsize=13978684 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/8000/task/8010/stat : 8010 (java) R 7998 7998 18108 0 -1 4202560 1395 0 0 0 26 0 0 0 20 0 15 0 19022128 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934083661296 139934590558752 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8011] ppid=7998 vsize=13978684 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/8000/task/8011/stat : 8011 (java) R 7998 7998 18108 0 -1 4202560 1308 0 0 0 23 0 0 0 20 0 15 0 19022128 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934082601160 139934590910067 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8012] ppid=7998 vsize=13978684 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/8000/task/8012/stat : 8012 (java) S 7998 7998 18108 0 -1 1077944384 1703 0 0 0 27 0 0 0 20 0 15 0 19022128 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934081567344 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8013] ppid=7998 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8013/stat : 8013 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022129 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934080514784 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8014] ppid=7998 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8014/stat : 8014 (java) S 7998 7998 18108 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19022133 14314172416 21916 18446744073709551615 4194304 4196468 140735680279760 139934079462064 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 89044 KiB

[startup+1.50082 s]
/proc/loadavg: 1.31 1.48 1.72 4/216 8014
/proc/meminfo: memFree=31049484/32770624 swapFree=67108860/67108860
[pid=7998] ppid=7995 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7998/stat : 7998 (xcsp3-exec) S 7995 7998 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19022113 9740288 345 18446744073709551615 4194304 5098028 140728627994496 140728627992600 140630772675196 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15519744 140728628003195 140728628003398 140728628003398 140728628006891 0
/proc/7998/statm: 2378 345 289 221 0 87 0
[pid=8000] ppid=7998 vsize=13980732 memory=247796 CPUtime=3.04 cores=0,2,4,6
/proc/8000/stat : 8000 (java) S 7998 7998 18108 0 -1 1077944320 19474 0 0 0 289 15 0 0 20 0 15 0 19022123 14316269568 61949 18446744073709551615 4194304 4196468 140735680279760 140735680262304 139934609366775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
/proc/8000/statm: 3495183 61949 3204 1 0 3483476 0
[pid=8000/tid=8001] ppid=7998 vsize=13980732 memory=0 CPUtime=1.29 cores=0,2,4,6
/proc/8000/task/8001/stat : 8001 (java) R 7998 7998 18108 0 -1 4202560 9261 0 0 0 125 4 0 0 20 0 15 0 19022123 14316269568 61949 18446744073709551615 4194304 4196468 140735680279760 139934613604368 139934213200320 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8002] ppid=7998 vsize=13980732 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/8000/task/8002/stat : 8002 (java) S 7998 7998 18108 0 -1 1077944384 371 0 0 0 3 2 0 0 20 0 15 0 19022124 14316269568 61949 18446744073709551615 4194304 4196468 140735680279760 139934543801488 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8003] ppid=7998 vsize=13980732 memory=102004 CPUtime=0.05 cores=0,2,4,6
/proc/8000/task/8003/stat : 8003 (java) S 7998 7998 18108 0 -1 1077944384 85 0 0 0 3 2 0 0 20 0 15 0 19022124 14316269568 61949 18446744073709551615 4194304 4196468 140735680279760 139934542748688 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8004] ppid=7998 vsize=13980732 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/8000/task/8004/stat : 8004 (java) S 7998 7998 18108 0 -1 1077944384 100 0 0 0 3 2 0 0 20 0 15 0 19022124 14316269568 61949 18446744073709551615 4194304 4196468 140735680279760 139934541695888 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8005] ppid=7998 vsize=13980732 memory=281175671533152 CPUtime=0.05 cores=0,2,4,6
/proc/8000/task/8005/stat : 8005 (java) S 7998 7998 18108 0 -1 1077944384 240 0 0 0 3 2 0 0 20 0 15 0 19022124 14316269568 61949 18446744073709551615 4194304 4196468 140735680279760 139934540643088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8006] ppid=7998 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8006/stat : 8006 (java) S 7998 7998 18108 0 -1 1077944384 250 0 0 0 0 0 0 0 20 0 15 0 19022125 14316269568 61949 18446744073709551615 4194304 4196468 140735680279760 139934087883120 139934609377922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8007] ppid=7998 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8007/stat : 8007 (java) S 7998 7998 18108 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 19022126 14316269568 61949 18446744073709551615 4194304 4196468 140735680279760 139934086829088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8008] ppid=7998 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/7998/stat : 7998 (xcsp3-exec) S 7995 7998 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19022113 9740288 345 18446744073709551615 4194304 5098028 140728627994496 140728627992600 140630772675196 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15519744 140728628003195 140728628003398 140728628003398 140728628006891 0
/proc/7998/statm: 2378 345 289 221 0 87 0
[pid=8000] ppid=7998 vsize=13980732 memory=380192 CPUtime=5.53 cores=0,2,4,6
/proc/8000/stat : 8000 (java) S 7998 7998 18108 0 -1 1077944320 21067 0 0 0 522 31 0 0 20 0 15 0 19022123 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 140735680262304 139934609366775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
/proc/8000/statm: 3495183 95048 3218 1 0 3483476 0
[pid=8000/tid=8001] ppid=7998 vsize=13980732 memory=69 CPUtime=2.89 cores=0,2,4,6
/proc/8000/task/8001/stat : 8001 (java) R 7998 7998 18108 0 -1 4202560 9337 0 0 0 284 5 0 0 20 0 15 0 19022123 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934613601904 139934216145587 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8002] ppid=7998 vsize=13980732 memory=46 CPUtime=0.14 cores=0,2,4,6
/proc/8000/task/8002/stat : 8002 (java) S 7998 7998 18108 0 -1 1077944384 487 0 0 0 9 5 0 0 20 0 15 0 19022124 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934543801488 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8003] ppid=7998 vsize=13980732 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/8000/task/8003/stat : 8003 (java) S 7998 7998 18108 0 -1 1077944384 210 0 0 0 9 6 0 0 20 0 15 0 19022124 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934542748688 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8004] ppid=7998 vsize=13980732 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/8000/task/8004/stat : 8004 (java) S 7998 7998 18108 0 -1 1077944384 217 0 0 0 9 5 0 0 20 0 15 0 19022124 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934541695888 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8005] ppid=7998 vsize=13980732 memory=13760 CPUtime=0.15 cores=0,2,4,6
/proc/8000/task/8005/stat : 8005 (java) S 7998 7998 18108 0 -1 1077944384 352 0 0 0 9 6 0 0 20 0 15 0 19022124 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934540643088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8006] ppid=7998 vsize=13980732 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8006/stat : 8006 (java) S 7998 7998 18108 0 -1 1077944384 250 0 0 0 0 0 0 0 20 0 15 0 19022125 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934087883120 139934609377922 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8007] ppid=7998 vsize=13980732 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8007/stat : 8007 (java) S 7998 7998 18108 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 19022126 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934086829088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8008] ppid=7998 vsize=13980732 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8008/stat : 8008 (java) S 7998 7998 18108 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 19022126 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934085776256 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8009] ppid=7998 vsize=13980732 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8009/stat : 8009 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022128 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934084724560 139934609385371 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8010] ppid=7998 vsize=13980732 memory=10936 CPUtime=0.71 cores=0,2,4,6
/proc/8000/task/8010/stat : 8010 (java) S 7998 7998 18108 0 -1 1077944384 2254 0 0 0 71 0 0 0 20 0 15 0 19022128 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934083672944 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8011] ppid=7998 vsize=13980732 memory=1700 CPUtime=0.79 cores=0,2,4,6
/proc/8000/task/8011/stat : 8011 (java) S 7998 7998 18108 0 -1 1077944384 2130 0 0 0 79 0 0 0 20 0 15 0 19022128 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934082620144 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8012] ppid=7998 vsize=13980732 memory=5408 CPUtime=0.49 cores=0,2,4,6
/proc/8000/task/8012/stat : 8012 (java) S 7998 7998 18108 0 -1 1077944384 4456 0 0 0 49 0 0 0 20 0 15 0 19022128 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934081567344 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8013] ppid=7998 vsize=13980732 memory=297237773746962458 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8013/stat : 8013 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022129 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934080514784 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8014] ppid=7998 vsize=13980732 memory=299771078669238580 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8014/stat : 8014 (java) S 7998 7998 18108 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 19022133 14316269568 95048 18446744073709551615 4194304 4196468 140735680279760 139934079462064 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 381572 KiB

[startup+4.80084 s]
/proc/loadavg: 1.37 1.48 1.72 6/216 8014
/proc/meminfo: memFree=30443200/32770624 swapFree=67108860/67108860
[pid=7998] ppid=7995 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7998/stat : 7998 (xcsp3-exec) S 7995 7998 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19022113 9740288 345 18446744073709551615 4194304 5098028 140728627994496 140728627992600 140630772675196 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15519744 140728628003195 140728628003398 140728628003398 140728628006891 0
/proc/7998/statm: 2378 345 289 221 0 87 0
[pid=8000] ppid=7998 vsize=13980732 memory=725064 CPUtime=9.31 cores=0,2,4,6
/proc/8000/stat : 8000 (java) S 7998 7998 18108 0 -1 1077944320 26953 0 0 0 867 64 0 0 20 0 15 0 19022123 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 140735680262304 139934609366775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
/proc/8000/statm: 3495183 181266 3234 1 0 3483476 0
[pid=8000/tid=8001] ppid=7998 vsize=13980732 memory=-8393745925659800667 CPUtime=3.76 cores=0,2,4,6
/proc/8000/task/8001/stat : 8001 (java) R 7998 7998 18108 0 -1 4202560 9391 0 0 0 370 6 0 0 20 0 15 0 19022123 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934613602992 139934216145587 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8002] ppid=7998 vsize=13980732 memory=7680170660397595203 CPUtime=0.82 cores=0,2,4,6
/proc/8000/task/8002/stat : 8002 (java) S 7998 7998 18108 0 -1 1077944384 1657 0 0 0 69 13 0 0 20 0 15 0 19022124 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934543801488 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8003] ppid=7998 vsize=13980732 memory=13760 CPUtime=0.84 cores=0,2,4,6
/proc/8000/task/8003/stat : 8003 (java) S 7998 7998 18108 0 -1 1077944384 1236 0 0 0 71 13 0 0 20 0 15 0 19022124 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934542748688 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8004] ppid=7998 vsize=13980732 memory=1292 CPUtime=0.84 cores=0,2,4,6
/proc/8000/task/8004/stat : 8004 (java) S 7998 7998 18108 0 -1 1077944384 1189 0 0 0 71 13 0 0 20 0 15 0 19022124 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934541695888 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8005] ppid=7998 vsize=13980732 memory=2436 CPUtime=0.83 cores=0,2,4,6
/proc/8000/task/8005/stat : 8005 (java) S 7998 7998 18108 0 -1 1077944384 1709 0 0 0 70 13 0 0 20 0 15 0 19022124 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934540643088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8006] ppid=7998 vsize=13980732 memory=1732 CPUtime=0.03 cores=0,2,4,6
/proc/8000/task/8006/stat : 8006 (java) S 7998 7998 18108 0 -1 1077944384 1529 0 0 0 3 0 0 0 20 0 15 0 19022125 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934087883120 139934609377922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8007] ppid=7998 vsize=13980732 memory=369424 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8007/stat : 8007 (java) S 7998 7998 18108 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 19022126 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934086829088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8008] ppid=7998 vsize=13980732 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8008/stat : 8008 (java) S 7998 7998 18108 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 19022126 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934085776256 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8009] ppid=7998 vsize=13980732 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8009/stat : 8009 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022128 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934084724560 139934609385371 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8010] ppid=7998 vsize=13980732 memory=1732 CPUtime=0.76 cores=0,2,4,6
/proc/8000/task/8010/stat : 8010 (java) S 7998 7998 18108 0 -1 1077944384 2263 0 0 0 76 0 0 0 20 0 15 0 19022128 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934083672944 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8011] ppid=7998 vsize=13980732 memory=2004 CPUtime=0.83 cores=0,2,4,6
/proc/8000/task/8011/stat : 8011 (java) S 7998 7998 18108 0 -1 1077944384 2142 0 0 0 83 0 0 0 20 0 15 0 19022128 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934082620144 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8012] ppid=7998 vsize=13980732 memory=10936 CPUtime=0.49 cores=0,2,4,6
/proc/8000/task/8012/stat : 8012 (java) S 7998 7998 18108 0 -1 1077944384 4460 0 0 0 49 0 0 0 20 0 15 0 19022128 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934081567344 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8013] ppid=7998 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8013/stat : 8013 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022129 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934080514784 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8014] ppid=7998 vsize=13980732 memory=247988 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8014/stat : 8014 (java) S 7998 7998 18108 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 19022133 14316269568 181266 18446744073709551615 4194304 4196468 140735680279760 139934079462064 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
Current children cumulated CPU time: 9.31 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 726444 KiB

[startup+5.60073 s]
/proc/loadavg: 1.37 1.48 1.72 3/216 8014
/proc/meminfo: memFree=30437060/32770624 swapFree=67108860/67108860
[pid=7998] ppid=7995 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7998/stat : 7998 (xcsp3-exec) S 7995 7998 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19022113 9740288 345 18446744073709551615 4194304 5098028 140728627994496 140728627992600 140630772675196 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15519744 140728628003195 140728628003398 140728628003398 140728628006891 0
/proc/7998/statm: 2378 345 289 221 0 87 0
[pid=8000] ppid=7998 vsize=13980732 memory=726020 CPUtime=10.41 cores=0,2,4,6
/proc/8000/stat : 8000 (java) S 7998 7998 18108 0 -1 1077944320 27907 0 0 0 977 64 0 0 20 0 15 0 19022123 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 140735680262304 139934609366775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
/proc/8000/statm: 3495183 181505 3242 1 0 3483476 0
[pid=8000/tid=8001] ppid=7998 vsize=13980732 memory=4580 CPUtime=4.56 cores=0,2,4,6
/proc/8000/task/8001/stat : 8001 (java) R 7998 7998 18108 0 -1 4202560 9689 0 0 0 450 6 0 0 20 0 15 0 19022123 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934613605448 139934218050344 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8002] ppid=7998 vsize=13980732 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/8000/task/8002/stat : 8002 (java) S 7998 7998 18108 0 -1 1077944384 1657 0 0 0 69 13 0 0 20 0 15 0 19022124 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934543801488 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8003] ppid=7998 vsize=13980732 memory=0 CPUtime=0.84 cores=0,2,4,6
/proc/8000/task/8003/stat : 8003 (java) S 7998 7998 18108 0 -1 1077944384 1236 0 0 0 71 13 0 0 20 0 15 0 19022124 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934542748688 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8004] ppid=7998 vsize=13980732 memory=4128 CPUtime=0.84 cores=0,2,4,6
/proc/8000/task/8004/stat : 8004 (java) S 7998 7998 18108 0 -1 1077944384 1189 0 0 0 71 13 0 0 20 0 15 0 19022124 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934541695888 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8005] ppid=7998 vsize=13980732 memory=13760 CPUtime=0.83 cores=0,2,4,6
/proc/8000/task/8005/stat : 8005 (java) S 7998 7998 18108 0 -1 1077944384 1709 0 0 0 70 13 0 0 20 0 15 0 19022124 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934540643088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8006] ppid=7998 vsize=13980732 memory=1292 CPUtime=0.03 cores=0,2,4,6
/proc/8000/task/8006/stat : 8006 (java) S 7998 7998 18108 0 -1 1077944384 1529 0 0 0 3 0 0 0 20 0 15 0 19022125 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934087883120 139934609377922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8007] ppid=7998 vsize=13980732 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8007/stat : 8007 (java) S 7998 7998 18108 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 19022126 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934086829088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8008] ppid=7998 vsize=13980732 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8008/stat : 8008 (java) S 7998 7998 18108 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 19022126 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934085776256 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8009] ppid=7998 vsize=13980732 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8009/stat : 8009 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022128 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934084724560 139934609385371 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8010] ppid=7998 vsize=13980732 memory=10936 CPUtime=0.9 cores=0,2,4,6
/proc/8000/task/8010/stat : 8010 (java) R 7998 7998 18108 0 -1 4202560 2430 0 0 0 90 0 0 0 20 0 15 0 19022128 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934083672128 139934592865339 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8011] ppid=7998 vsize=13980732 memory=0 CPUtime=0.95 cores=0,2,4,6
/proc/8000/task/8011/stat : 8011 (java) R 7998 7998 18108 0 -1 4202560 2393 0 0 0 95 0 0 0 20 0 15 0 19022128 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934082620144 139934592853146 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8012] ppid=7998 vsize=13980732 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/8000/task/8012/stat : 8012 (java) S 7998 7998 18108 0 -1 1077944384 4624 0 0 0 54 1 0 0 20 0 15 0 19022128 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934081567344 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8013] ppid=7998 vsize=13980732 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8013/stat : 8013 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022129 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934080514784 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8014] ppid=7998 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8014/stat : 8014 (java) S 7998 7998 18108 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 19022133 14316269568 181505 18446744073709551615 4194304 4196468 140735680279760 139934079462064 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
Current children cumulated CPU time: 10.41 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 727400 KiB

[startup+5.80075 s]
/proc/loadavg: 1.37 1.48 1.72 3/216 8014
/proc/meminfo: memFree=30437060/32770624 swapFree=67108860/67108860
[pid=7998] ppid=7995 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/7998/stat : 7998 (xcsp3-exec) S 7995 7998 18108 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19022113 9740288 345 18446744073709551615 4194304 5098028 140728627994496 140728627992600 140630772675196 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 9 0 0 7196144 7232144 15519744 140728628003195 140728628003398 140728628003398 140728628006891 0
/proc/7998/statm: 2378 345 289 221 0 87 0
[pid=8000] ppid=7998 vsize=13980732 memory=726940 CPUtime=10.98 cores=0,2,4,6
/proc/8000/stat : 8000 (java) S 7998 7998 18108 0 -1 1077944320 28564 0 0 0 1034 64 0 0 20 0 15 0 19022123 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 140735680262304 139934609366775 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
/proc/8000/statm: 3495183 181735 3247 1 0 3483476 0
[pid=8000/tid=8001] ppid=7998 vsize=13980732 memory=281175671470560 CPUtime=4.76 cores=0,2,4,6
/proc/8000/task/8001/stat : 8001 (java) R 7998 7998 18108 0 -1 4202560 9737 0 0 0 470 6 0 0 20 0 15 0 19022123 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934613601488 139934218464373 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8002] ppid=7998 vsize=13980732 memory=7667489873290748248 CPUtime=0.82 cores=0,2,4,6
/proc/8000/task/8002/stat : 8002 (java) S 7998 7998 18108 0 -1 1077944384 1657 0 0 0 69 13 0 0 20 0 15 0 19022124 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934543801488 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8003] ppid=7998 vsize=13980732 memory=7522535749219080302 CPUtime=0.84 cores=0,2,4,6
/proc/8000/task/8003/stat : 8003 (java) S 7998 7998 18108 0 -1 1077944384 1236 0 0 0 71 13 0 0 20 0 15 0 19022124 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934542748688 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8004] ppid=7998 vsize=13980732 memory=1700 CPUtime=0.84 cores=0,2,4,6
/proc/8000/task/8004/stat : 8004 (java) S 7998 7998 18108 0 -1 1077944384 1189 0 0 0 71 13 0 0 20 0 15 0 19022124 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934541695888 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8005] ppid=7998 vsize=13980732 memory=5408 CPUtime=0.83 cores=0,2,4,6
/proc/8000/task/8005/stat : 8005 (java) S 7998 7998 18108 0 -1 1077944384 1709 0 0 0 70 13 0 0 20 0 15 0 19022124 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934540643088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8006] ppid=7998 vsize=13980732 memory=8688 CPUtime=0.03 cores=0,2,4,6
/proc/8000/task/8006/stat : 8006 (java) S 7998 7998 18108 0 -1 1077944384 1529 0 0 0 3 0 0 0 20 0 15 0 19022125 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934087883120 139934609377922 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8007] ppid=7998 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8007/stat : 8007 (java) S 7998 7998 18108 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 19022126 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934086829088 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8008] ppid=7998 vsize=13980732 memory=792 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8008/stat : 8008 (java) S 7998 7998 18108 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 19022126 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934085776256 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8009] ppid=7998 vsize=13980732 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8009/stat : 8009 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022128 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934084724560 139934609385371 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8010] ppid=7998 vsize=13980732 memory=4616 CPUtime=1.07 cores=0,2,4,6
/proc/8000/task/8010/stat : 8010 (java) R 7998 7998 18108 0 -1 4202560 2739 0 0 0 107 0 0 0 20 0 15 0 19022128 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934083672944 139934590887912 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8011] ppid=7998 vsize=13980732 memory=1012 CPUtime=1.11 cores=0,2,4,6
/proc/8000/task/8011/stat : 8011 (java) R 7998 7998 18108 0 -1 4202560 2564 0 0 0 111 0 0 0 20 0 15 0 19022128 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934082620144 139934590930331 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8012] ppid=7998 vsize=13980732 memory=1200 CPUtime=0.6 cores=0,2,4,6
/proc/8000/task/8012/stat : 8012 (java) S 7998 7998 18108 0 -1 1077944384 4753 0 0 0 59 1 0 0 20 0 15 0 19022128 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934081567344 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8013] ppid=7998 vsize=13980732 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8013/stat : 8013 (java) S 7998 7998 18108 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19022129 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934080514784 139934609376981 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
[pid=8000/tid=8014] ppid=7998 vsize=13980732 memory=8380 CPUtime=0 cores=0,2,4,6
/proc/8000/task/8014/stat : 8014 (java) S 7998 7998 18108 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 19022133 14316269568 181735 18446744073709551615 4194304 4196468 140735680279760 139934079462064 139934609377922 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 11300864 140735680283058 140735680283234 140735680283234 140735680286671 0
Current children cumulated CPU time: 10.98 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 728320 KiB

Child status: 0
Real time (s): 5.86465
CPU time (s): 11.139
CPU user time (s): 10.4838
CPU system time (s): 0.655239
CPU usage (%): 189.935
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 728320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4838
system time used= 0.655239
maximum resident set size= 727932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29211
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= 2688
involuntary context switches= 48


# summary of solver processes directly reported to runsolver:
#   pid: 7998
#   total CPU time (s): 11.139
#   total CPU user time (s): 10.4838
#   total CPU system time (s): 0.655239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0598 second user time and 0.101661 second system time

The end

Launcher Data

Begin job on node131 at 2017-08-20 07:02:10
IDJOB=4283972
IDBENCH=126922
IDSOLVER=2679
FILE ID=node131/4283972-1503206151
RUNJOBID= node131-1503171558-2270
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0050-int.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-4283972-1503206151/watcher-4283972-1503206151 -o /tmp/evaluation-result-4283972-1503206151/solver-4283972-1503206151 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node131-1503171558-2270 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 50527150 HOME/instance-4283972-1503206151.xml

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

MD5SUM BENCH= 7780e40de56b9bae3ab082521ef58da1
RANDOM SEED=50527150

node131.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31147876 kB
MemAvailable:   31550300 kB
Buffers:          203372 kB
Cached:           485804 kB
SwapCached:            0 kB
Active:           729288 kB
Inactive:         481168 kB
Active(anon):     521508 kB
Inactive(anon):    16748 kB
Active(file):     207780 kB
Inactive(file):   464420 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8000 kB
Writeback:             4 kB
AnonPages:        521196 kB
Mapped:            47056 kB
Shmem:             17060 kB
Slab:             117084 kB
SReclaimable:      92120 kB
SUnreclaim:        24964 kB
KernelStack:        3504 kB
PageTables:         7328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1079952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    446464 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 node131 at 2017-08-20 07:02:16