Trace number 4283680

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)UNSAT 7.2815499 2.62251

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-05-03-fair.xml
MD5SUMebcae7fb870db8f75b7458b98ea920fc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.3921299
Satisfiable
(Un)Satisfiability was proved
Number of variables4167
Number of constraints3932
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":584},{"size":201,"count":24},{"size":20001,"count":3559}]
Minimum variable degree2
Maximum variable degree60
Distribution of variable degrees[{"degree":2,"count":3653},{"degree":3,"count":90},{"degree":4,"count":18},{"degree":5,"count":60},{"degree":6,"count":46},{"degree":7,"count":101},{"degree":8,"count":94},{"degree":9,"count":60},{"degree":10,"count":12},{"degree":12,"count":1},{"degree":13,"count":15},{"degree":17,"count":4},{"degree":27,"count":4},{"degree":29,"count":1},{"degree":34,"count":1},{"degree":36,"count":1},{"degree":38,"count":3},{"degree":59,"count":2},{"degree":60,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":675},{"arity":3,"count":3255}]
Number of extensional constraints0
Number of intensional constraints3932
Distribution of constraint types[{"type":"intension","count":3932}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283680-1503223374.xml"  -tl '2520s' -p 1 -x 3
0.12/0.25	c [HOME/instance-4283680-1503223374.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.31	c simple solver
0.33/0.38	c parse instance...
2.76/1.14	c solve instance...
7.24/2.60	s UNSATISFIABLE

Verifier Data


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 (14814 MiB free)
  memory of node 1: 16384 MiB (13004 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283680-1503223374/watcher-4283680-1503223374 -o /tmp/evaluation-result-4283680-1503223374/solver-4283680-1503223374 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1711918456 HOME/instance-4283680-1503223374.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=3304, runsolver pid=3301
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 4.92 4.51 3.27 3/205 3314
/proc/meminfo: memFree=28478816/32770624 swapFree=67108860/67108860
[pid=3304] ppid=3301 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/3304/stat : 3304 (xcsp3-exec) S 3301 3304 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124557849 9740288 345 18446744073709551615 4194304 5098028 140730724556480 140730724554584 140535111127676 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 22654976 140730724561272 140730724561477 140730724561477 140730724564971 0
/proc/3304/statm: 2378 345 289 221 0 87 0
[pid=3306] ppid=3304 vsize=13574484 memory=19756 CPUtime=0.03 cores=0,2,4,6
/proc/3306/stat : 3306 (java) S 3304 3304 8563 0 -1 1077944320 4281 0 0 0 3 0 0 0 20 0 9 0 124557855 13900271616 4939 18446744073709551615 4194304 4196468 140725253132880 140725253115424 139668296097527 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
/proc/3306/statm: 3393621 4939 2132 1 0 3383118 0
[pid=3306/tid=3307] ppid=3304 vsize=13574484 memory=8508281356422318498 CPUtime=0.03 cores=0,2,4,6
/proc/3306/task/3307/stat : 3307 (java) R 3304 3304 8563 0 -1 4202560 2988 0 0 0 3 0 0 0 20 0 9 0 124557855 13900271616 4939 18446744073709551615 4194304 4196468 140725253132880 139668300332920 139668288775541 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3308] ppid=3304 vsize=13574484 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3308/stat : 3308 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 9 0 124557856 13900271616 4939 18446744073709551615 4194304 4196468 140725253132880 139668253064080 139668296107733 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3309] ppid=3304 vsize=13574484 memory=139742413784704 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3309/stat : 3309 (java) S 3304 3304 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 124557856 13900271616 4939 18446744073709551615 4194304 4196468 140725253132880 139668252011280 139668296107733 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3310] ppid=3304 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3310/stat : 3310 (java) S 3304 3304 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 124557856 13900271616 4939 18446744073709551615 4194304 4196468 140725253132880 139668250958992 139668296107733 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3311] ppid=3304 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3311/stat : 3311 (java) S 3304 3304 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 124557856 13900271616 4939 18446744073709551615 4194304 4196468 140725253132880 139668249906192 139668296107733 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3312] ppid=3304 vsize=13574484 memory=139742413784704 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3312/stat : 3312 (java) S 3304 3304 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 124557857 13900271616 4939 18446744073709551615 4194304 4196468 140725253132880 139667413932144 139668296108674 0 0 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3313] ppid=3304 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3313/stat : 3313 (java) S 3304 3304 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 124557858 13900271616 4939 18446744073709551615 4194304 4196468 140725253132880 139667412878112 139668296107733 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3314] ppid=3304 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3314/stat : 3314 (java) S 3304 3304 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 124557858 13900271616 4939 18446744073709551615 4194304 4196468 140725253132880 139667411825776 139668296107733 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 21136 KiB

[startup+0.21072 s]*
/proc/loadavg: 4.92 4.51 3.27 4/211 3320
/proc/meminfo: memFree=28469960/32770624 swapFree=67108860/67108860
[pid=3304] ppid=3301 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/3304/stat : 3304 (xcsp3-exec) S 3301 3304 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124557849 9740288 345 18446744073709551615 4194304 5098028 140730724556480 140730724554584 140535111127676 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 22654976 140730724561272 140730724561477 140730724561477 140730724564971 0
/proc/3304/statm: 2378 345 289 221 0 87 0
[pid=3306] ppid=3304 vsize=13974352 memory=27960 CPUtime=0.12 cores=0,2,4,6
/proc/3306/stat : 3306 (java) S 3304 3304 8563 0 -1 1077944320 5512 0 0 0 11 1 0 0 20 0 15 0 124557855 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 140725253115424 139668296097527 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
/proc/3306/statm: 3493588 6990 2813 1 0 3482964 0
[pid=3306/tid=3307] ppid=3304 vsize=13974352 memory=8508281356422318498 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3307/stat : 3307 (java) R 3304 3304 8563 0 -1 4202560 3525 0 0 0 8 1 0 0 20 0 15 0 124557855 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139668300328832 139668282234153 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3308] ppid=3304 vsize=13974352 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3308/stat : 3308 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557856 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139668253064080 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3309] ppid=3304 vsize=13974352 memory=139742413784704 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3309/stat : 3309 (java) S 3304 3304 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124557856 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139668252011280 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3310] ppid=3304 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3310/stat : 3310 (java) S 3304 3304 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124557856 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139668250958992 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3311] ppid=3304 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3311/stat : 3311 (java) S 3304 3304 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124557856 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139668249906192 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3312] ppid=3304 vsize=13974352 memory=139742413784704 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3312/stat : 3312 (java) S 3304 3304 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124557857 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139667413932144 139668296108674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3313] ppid=3304 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3313/stat : 3313 (java) S 3304 3304 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124557858 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139667412878112 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3314] ppid=3304 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3314/stat : 3314 (java) S 3304 3304 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124557858 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139667411825776 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3315] ppid=3304 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3315/stat : 3315 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557860 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139667410774096 139668296116123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3316] ppid=3304 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3316/stat : 3316 (java) S 3304 3304 8563 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 124557860 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139667409721968 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3317] ppid=3304 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3317/stat : 3317 (java) R 3304 3304 8563 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 124557860 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139667408669168 139668296108674 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3318] ppid=3304 vsize=13974352 memory=139742413784704 CPUtime=0.01 cores=0,2,4,6
/proc/3306/task/3318/stat : 3318 (java) S 3304 3304 8563 0 -1 1077944384 246 0 0 0 1 0 0 0 20 0 15 0 124557860 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139667407616880 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3319] ppid=3304 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3319/stat : 3319 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557861 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139667406564320 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3320] ppid=3304 vsize=13974352 memory=139742413784704 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3320/stat : 3320 (java) S 3304 3304 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124557866 14309736448 6990 18446744073709551615 4194304 4196468 140725253132880 139667405511088 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29340 KiB

[startup+0.310115 s]*
/proc/loadavg: 4.92 4.51 3.27 4/211 3320
/proc/meminfo: memFree=28458084/32770624 swapFree=67108860/67108860
[pid=3304] ppid=3301 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/3304/stat : 3304 (xcsp3-exec) S 3301 3304 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124557849 9740288 345 18446744073709551615 4194304 5098028 140730724556480 140730724554584 140535111127676 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 22654976 140730724561272 140730724561477 140730724561477 140730724564971 0
/proc/3304/statm: 2378 345 289 221 0 87 0
[pid=3306] ppid=3304 vsize=13975376 memory=39992 CPUtime=0.33 cores=0,2,4,6
/proc/3306/stat : 3306 (java) S 3304 3304 8563 0 -1 1077944320 9194 0 0 0 30 3 0 0 20 0 15 0 124557855 14310785024 10006 18446744073709551615 4194304 4196468 140725253132880 140725253115424 139668296097527 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
/proc/3306/statm: 3493588 9998 3030 1 0 3482964 0
[pid=3306/tid=3307] ppid=3304 vsize=13978608 memory=4278483708103473607 CPUtime=0.19 cores=0,2,4,6
/proc/3306/task/3307/stat : 3307 (java) R 3304 3304 8563 0 -1 4202560 6371 0 0 0 17 2 0 0 20 0 15 0 124557855 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139668300318520 139668288779458 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3308] ppid=3304 vsize=13978608 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3308/stat : 3308 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557856 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139668253064080 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3309] ppid=3304 vsize=13978608 memory=6944656592452807326 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3309/stat : 3309 (java) S 3304 3304 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124557856 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139668252011280 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3310] ppid=3304 vsize=13978608 memory=-8918987556599313462 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3310/stat : 3310 (java) S 3304 3304 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124557856 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139668250958992 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3311] ppid=3304 vsize=13978608 memory=-7247262161690712702 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3311/stat : 3311 (java) S 3304 3304 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124557856 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139668249906192 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3312] ppid=3304 vsize=13978608 memory=8333228705722718862 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3312/stat : 3312 (java) S 3304 3304 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124557857 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139667413932144 139668296108674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3313] ppid=3304 vsize=13978608 memory=-7299339441649872004 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3313/stat : 3313 (java) S 3304 3304 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124557858 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139667412878112 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3314] ppid=3304 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3314/stat : 3314 (java) S 3304 3304 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124557858 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139667411825776 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3315] ppid=3304 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3315/stat : 3315 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557860 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139667410774096 139668296116123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3316] ppid=3304 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3306/task/3316/stat : 3316 (java) R 3304 3304 8563 0 -1 1077944384 567 0 0 0 2 0 0 0 20 0 15 0 124557860 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139667409721968 139668296108674 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3317] ppid=3304 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3306/task/3317/stat : 3317 (java) R 3304 3304 8563 0 -1 4202560 264 0 0 0 2 0 0 0 20 0 15 0 124557860 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139667408669168 139668289082569 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3318] ppid=3304 vsize=13978608 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/3306/task/3318/stat : 3318 (java) S 3304 3304 8563 0 -1 1077944384 710 0 0 0 7 0 0 0 20 0 15 0 124557860 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139667407616880 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3319] ppid=3304 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3319/stat : 3319 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557861 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139667406564320 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3320] ppid=3304 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3320/stat : 3320 (java) S 3304 3304 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124557866 14314094592 10001 18446744073709551615 4194304 4196468 140725253132880 139667405511088 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 41372 KiB

[startup+0.701661 s]
/proc/loadavg: 4.92 4.51 3.27 6/211 3320
/proc/meminfo: memFree=28439740/32770624 swapFree=67108860/67108860
[pid=3304] ppid=3301 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/3304/stat : 3304 (xcsp3-exec) S 3301 3304 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124557849 9740288 345 18446744073709551615 4194304 5098028 140730724556480 140730724554584 140535111127676 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 22654976 140730724561272 140730724561477 140730724561477 140730724564971 0
/proc/3304/statm: 2378 345 289 221 0 87 0
[pid=3306] ppid=3304 vsize=13978684 memory=89912 CPUtime=1.42 cores=0,2,4,6
/proc/3306/stat : 3306 (java) S 3304 3304 8563 0 -1 1077944320 13694 0 0 0 137 5 0 0 20 0 15 0 124557855 14314172416 22478 18446744073709551615 4194304 4196468 140725253132880 140725253115424 139668296097527 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
/proc/3306/statm: 3494671 22478 3161 1 0 3482964 0
[pid=3306/tid=3307] ppid=3304 vsize=13978684 memory=6379419655859308947 CPUtime=0.57 cores=0,2,4,6
/proc/3306/task/3307/stat : 3307 (java) S 3304 3304 8563 0 -1 1077944384 7936 0 0 0 54 3 0 0 20 0 15 0 124557855 14314172416 22478 18446744073709551615 4194304 4196468 140725253132880 139668300316480 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3308] ppid=3304 vsize=13978684 memory=-6438865889672082020 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3308/stat : 3308 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557856 14314172416 22538 18446744073709551615 4194304 4196468 140725253132880 139668253064080 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3309] ppid=3304 vsize=13978684 memory=5793414046163161171 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3309/stat : 3309 (java) S 3304 3304 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124557856 14314172416 22538 18446744073709551615 4194304 4196468 140725253132880 139668252011280 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3310] ppid=3304 vsize=13978684 memory=5795117241467496816 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3310/stat : 3310 (java) S 3304 3304 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124557856 14314172416 22538 18446744073709551615 4194304 4196468 140725253132880 139668250958992 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3311] ppid=3304 vsize=13978684 memory=5450916471307863870 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3311/stat : 3311 (java) S 3304 3304 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124557856 14314172416 22538 18446744073709551615 4194304 4196468 140725253132880 139668249906192 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3312] ppid=3304 vsize=13978684 memory=8390361644446492005 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3312/stat : 3312 (java) S 3304 3304 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 124557857 14314172416 22538 18446744073709551615 4194304 4196468 140725253132880 139667413932144 139668296108674 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3313] ppid=3304 vsize=13978684 memory=4137282616176384387 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3313/stat : 3313 (java) S 3304 3304 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124557858 14314172416 22538 18446744073709551615 4194304 4196468 140725253132880 139667412878112 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3314] ppid=3304 vsize=13978684 memory=-7233780906022716832 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3314/stat : 3314 (java) S 3304 3304 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124557858 14314172416 22538 18446744073709551615 4194304 4196468 140725253132880 139667411825776 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3315] ppid=3304 vsize=13978684 memory=279484527807856 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3315/stat : 3315 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557860 14314172416 22538 18446744073709551615 4194304 4196468 140725253132880 139667410774096 139668296116123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3316] ppid=3304 vsize=13978684 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/3306/task/3316/stat : 3316 (java) R 3304 3304 8563 0 -1 4202560 1569 0 0 0 27 0 0 0 20 0 15 0 124557860 14314172416 22538 18446744073709551615 4194304 4196468 140725253132880 139667409712080 139668279594311 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3317] ppid=3304 vsize=13978684 memory=279484528099536 CPUtime=0.26 cores=0,2,4,6
/proc/3306/task/3317/stat : 3317 (java) R 3304 3304 8563 0 -1 4202560 1090 0 0 0 26 0 0 0 20 0 15 0 124557860 14314172416 22538 18446744073709551615 4194304 4196468 140725253132880 139667408650184 139668275751072 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3318] ppid=3304 vsize=13978684 memory=288230617509003574 CPUtime=0.3 cores=0,2,4,6
/proc/3306/task/3318/stat : 3318 (java) R 3304 3304 8563 0 -1 4202560 1793 0 0 0 29 1 0 0 20 0 15 0 124557860 14314172416 22538 18446744073709551615 4194304 4196468 140725253132880 139667407612608 139668296118874 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3319] ppid=3304 vsize=13978684 memory=15259242235955324 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3319/stat : 3319 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557861 14314172416 22538 18446744073709551615 4194304 4196468 140725253132880 139667406564320 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3320] ppid=3304 vsize=13978684 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3320/stat : 3320 (java) S 3304 3304 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124557866 14314172416 22538 18446744073709551615 4194304 4196468 140725253132880 139667405511088 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 91292 KiB

[startup+1.50175 s]
/proc/loadavg: 5.01 4.53 3.29 5/211 3320
/proc/meminfo: memFree=28342688/32770624 swapFree=67108860/67108860
[pid=3304] ppid=3301 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/3304/stat : 3304 (xcsp3-exec) S 3301 3304 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124557849 9740288 345 18446744073709551615 4194304 5098028 140730724556480 140730724554584 140535111127676 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 22654976 140730724561272 140730724561477 140730724561477 140730724564971 0
/proc/3304/statm: 2378 345 289 221 0 87 0
[pid=3306] ppid=3304 vsize=13980732 memory=302744 CPUtime=3.85 cores=0,2,4,6
/proc/3306/stat : 3306 (java) S 3304 3304 8563 0 -1 1077944320 22053 0 0 0 362 23 0 0 20 0 15 0 124557855 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 140725253115424 139668296097527 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
/proc/3306/statm: 3495183 75686 3221 1 0 3483476 0
[pid=3306/tid=3307] ppid=3304 vsize=13980732 memory=6944656592455097440 CPUtime=1.26 cores=0,2,4,6
/proc/3306/task/3307/stat : 3307 (java) R 3304 3304 8563 0 -1 4202560 10670 0 0 0 121 5 0 0 20 0 15 0 124557855 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139668300336288 139668282165652 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3308] ppid=3304 vsize=13980732 memory=6944656592455097440 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3308/stat : 3308 (java) S 3304 3304 8563 0 -1 1077944384 149 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139668253064080 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3309] ppid=3304 vsize=13980732 memory=1380 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3309/stat : 3309 (java) S 3304 3304 8563 0 -1 1077944384 159 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139668252011280 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3310] ppid=3304 vsize=13980732 memory=175480 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3310/stat : 3310 (java) S 3304 3304 8563 0 -1 1077944384 333 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139668250958992 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3311] ppid=3304 vsize=13980732 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3311/stat : 3311 (java) S 3304 3304 8563 0 -1 1077944384 674 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139668249906192 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3312] ppid=3304 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3312/stat : 3312 (java) S 3304 3304 8563 0 -1 1077944384 187 0 0 0 0 0 0 0 20 0 15 0 124557857 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139667413932144 139668296108674 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3313] ppid=3304 vsize=13980732 memory=160096 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3313/stat : 3313 (java) S 3304 3304 8563 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 124557858 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139667412878112 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3314] ppid=3304 vsize=13980732 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3314/stat : 3314 (java) S 3304 3304 8563 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 124557858 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139667411825776 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3315] ppid=3304 vsize=13980732 memory=3064 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3315/stat : 3315 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557860 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139667410774096 139668296116123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3316] ppid=3304 vsize=13980732 memory=3028 CPUtime=0.79 cores=0,2,4,6
/proc/3306/task/3316/stat : 3316 (java) R 3304 3304 8563 0 -1 4202560 2712 0 0 0 79 0 0 0 20 0 15 0 124557860 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139667409708224 139668288332300 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3317] ppid=3304 vsize=13980732 memory=7680170660397595203 CPUtime=0.75 cores=0,2,4,6
/proc/3306/task/3317/stat : 3317 (java) S 3304 3304 8563 0 -1 1077944384 2256 0 0 0 75 0 0 0 20 0 15 0 124557860 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139667408669168 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3318] ppid=3304 vsize=13980732 memory=-2893623298589923098 CPUtime=0.59 cores=0,2,4,6
/proc/3306/task/3318/stat : 3318 (java) S 3304 3304 8563 0 -1 1077944384 3557 0 0 0 58 1 0 0 20 0 15 0 124557860 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139667407616880 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3319] ppid=3304 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3319/stat : 3319 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557861 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139667406564320 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3320] ppid=3304 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3320/stat : 3320 (java) S 3304 3304 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 124557866 14316269568 75686 18446744073709551615 4194304 4196468 140725253132880 139667405511088 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
Current children cumulated CPU time: 3.85 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 304124 KiB

[startup+2.62246 s]
# the end of solver process 3304 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.02818 s, system=0.253368 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.6017 s]
/proc/loadavg: 5.01 4.53 3.29 5/211 3320
/proc/meminfo: memFree=28342688/32770624 swapFree=67108860/67108860
[pid=3304] ppid=3301 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/3304/stat : 3304 (xcsp3-exec) S 3301 3304 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124557849 9740288 345 18446744073709551615 4194304 5098028 140730724556480 140730724554584 140535111127676 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 22654976 140730724561272 140730724561477 140730724561477 140730724564971 0
/proc/3304/statm: 2378 345 289 221 0 87 0
[pid=3306] ppid=3304 vsize=13980732 memory=314564 CPUtime=4.17 cores=0,2,4,6
/proc/3306/stat : 3306 (java) S 3304 3304 8563 0 -1 1077944320 24860 0 0 0 394 23 0 0 20 0 15 0 124557855 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 140725253115424 139668296097527 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
/proc/3306/statm: 3495183 78641 3222 1 0 3483476 0
[pid=3306/tid=3307] ppid=3304 vsize=13980732 memory=6944920475296545900 CPUtime=1.36 cores=0,2,4,6
/proc/3306/task/3307/stat : 3307 (java) R 3304 3304 8563 0 -1 4202560 10731 0 0 0 131 5 0 0 20 0 15 0 124557855 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139668300332656 139667930071987 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3308] ppid=3304 vsize=13980732 memory=7680170660397595203 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3308/stat : 3308 (java) S 3304 3304 8563 0 -1 1077944384 149 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139668253064080 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3309] ppid=3304 vsize=13980732 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3309/stat : 3309 (java) S 3304 3304 8563 0 -1 1077944384 159 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139668252011280 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3310] ppid=3304 vsize=13980732 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3310/stat : 3310 (java) S 3304 3304 8563 0 -1 1077944384 333 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139668250958992 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3311] ppid=3304 vsize=13980732 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3311/stat : 3311 (java) S 3304 3304 8563 0 -1 1077944384 674 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139668249906192 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3312] ppid=3304 vsize=13980732 memory=3745 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3312/stat : 3312 (java) S 3304 3304 8563 0 -1 1077944384 187 0 0 0 0 0 0 0 20 0 15 0 124557857 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139667413932144 139668296108674 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3313] ppid=3304 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3313/stat : 3313 (java) S 3304 3304 8563 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 124557858 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139667412878112 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3314] ppid=3304 vsize=13980732 memory=-2247047206190863895 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3314/stat : 3314 (java) S 3304 3304 8563 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 124557858 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139667411825776 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3315] ppid=3304 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3315/stat : 3315 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557860 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139667410774096 139668296116123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3316] ppid=3304 vsize=13980732 memory=6943526294502006880 CPUtime=0.89 cores=0,2,4,6
/proc/3306/task/3316/stat : 3316 (java) R 3304 3304 8563 0 -1 4202560 3747 0 0 0 89 0 0 0 20 0 15 0 124557860 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139667409707992 139668275312880 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3317] ppid=3304 vsize=13980732 memory=6655300316396806240 CPUtime=0.84 cores=0,2,4,6
/proc/3306/task/3317/stat : 3317 (java) R 3304 3304 8563 0 -1 4202560 3422 0 0 0 84 0 0 0 20 0 15 0 124557860 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139667408660496 139668281205496 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3318] ppid=3304 vsize=13980732 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/3306/task/3318/stat : 3318 (java) S 3304 3304 8563 0 -1 1077944384 4102 0 0 0 62 1 0 0 20 0 15 0 124557860 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139667407616880 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3319] ppid=3304 vsize=13980732 memory=279484527840768 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3319/stat : 3319 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557861 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139667406564320 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3320] ppid=3304 vsize=13980732 memory=139742263922640 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3320/stat : 3320 (java) S 3304 3304 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 124557866 14316269568 78641 18446744073709551615 4194304 4196468 140725253132880 139667405511088 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 315944 KiB

[startup+2.40074 s]
/proc/loadavg: 5.01 4.53 3.29 5/211 3320
/proc/meminfo: memFree=28166604/32770624 swapFree=67108860/67108860
[pid=3304] ppid=3301 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/3304/stat : 3304 (xcsp3-exec) S 3301 3304 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124557849 9740288 345 18446744073709551615 4194304 5098028 140730724556480 140730724554584 140535111127676 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 22654976 140730724561272 140730724561477 140730724561477 140730724564971 0
/proc/3304/statm: 2378 345 289 221 0 87 0
[pid=3306] ppid=3304 vsize=13980732 memory=346764 CPUtime=6.72 cores=0,2,4,6
/proc/3306/stat : 3306 (java) S 3304 3304 8563 0 -1 1077944320 26723 0 0 0 648 24 0 0 20 0 15 0 124557855 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 140725253115424 139668296097527 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
/proc/3306/statm: 3495183 86691 3229 1 0 3483476 0
[pid=3306/tid=3307] ppid=3304 vsize=13980732 memory=0 CPUtime=2.16 cores=0,2,4,6
/proc/3306/task/3307/stat : 3307 (java) R 3304 3304 8563 0 -1 4202560 11031 0 0 0 210 6 0 0 20 0 15 0 124557855 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139668300333808 139667932147463 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3308] ppid=3304 vsize=13980732 memory=86 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3308/stat : 3308 (java) S 3304 3304 8563 0 -1 1077944384 149 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139668253064080 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3309] ppid=3304 vsize=13980732 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3309/stat : 3309 (java) S 3304 3304 8563 0 -1 1077944384 159 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139668252011280 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3310] ppid=3304 vsize=13980732 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3310/stat : 3310 (java) S 3304 3304 8563 0 -1 1077944384 333 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139668250958992 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3311] ppid=3304 vsize=13980732 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3311/stat : 3311 (java) S 3304 3304 8563 0 -1 1077944384 674 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139668249906192 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3312] ppid=3304 vsize=13980732 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3312/stat : 3312 (java) S 3304 3304 8563 0 -1 1077944384 187 0 0 0 0 0 0 0 20 0 15 0 124557857 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139667413932144 139668296108674 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3313] ppid=3304 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3313/stat : 3313 (java) S 3304 3304 8563 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 124557858 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139667412878112 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3314] ppid=3304 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3314/stat : 3314 (java) S 3304 3304 8563 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 124557858 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139667411825776 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3315] ppid=3304 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3315/stat : 3315 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557860 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139667410774096 139668296116123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3316] ppid=3304 vsize=13980732 memory=6944656592455359580 CPUtime=1.67 cores=0,2,4,6
/proc/3306/task/3316/stat : 3316 (java) R 3304 3304 8563 0 -1 4202560 4511 0 0 0 167 0 0 0 20 0 15 0 124557860 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139667409707984 139668277642034 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3317] ppid=3304 vsize=13980732 memory=6656426216303648864 CPUtime=1.63 cores=0,2,4,6
/proc/3306/task/3317/stat : 3317 (java) R 3304 3304 8563 0 -1 4202560 3810 0 0 0 163 0 0 0 20 0 15 0 124557860 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139667408658848 139668281019294 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3318] ppid=3304 vsize=13980732 memory=0 CPUtime=0.81 cores=0,2,4,6
/proc/3306/task/3318/stat : 3318 (java) S 3304 3304 8563 0 -1 1077944384 4510 0 0 0 79 2 0 0 20 0 15 0 124557860 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139667407616880 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3319] ppid=3304 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3319/stat : 3319 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557861 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139667406564320 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3320] ppid=3304 vsize=13980732 memory=-2893623298589923098 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3320/stat : 3320 (java) S 3304 3304 8563 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 124557866 14316269568 86691 18446744073709551615 4194304 4196468 140725253132880 139667405511088 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
Current children cumulated CPU time: 6.72 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 348144 KiB

[startup+2.60075 s]
/proc/loadavg: 5.01 4.53 3.29 5/211 3320
/proc/meminfo: memFree=28166604/32770624 swapFree=67108860/67108860
[pid=3304] ppid=3301 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/3304/stat : 3304 (xcsp3-exec) S 3301 3304 8563 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124557849 9740288 345 18446744073709551615 4194304 5098028 140730724556480 140730724554584 140535111127676 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 5 0 0 7196144 7232144 22654976 140730724561272 140730724561477 140730724561477 140730724564971 0
/proc/3304/statm: 2378 345 289 221 0 87 0
[pid=3306] ppid=3304 vsize=13980732 memory=348972 CPUtime=7.24 cores=0,2,4,6
/proc/3306/stat : 3306 (java) S 3304 3304 8563 0 -1 1077944320 26774 0 0 0 700 24 0 0 20 0 15 0 124557855 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 140725253115424 139668296097527 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
/proc/3306/statm: 3495183 87243 3230 1 0 3483476 0
[pid=3306/tid=3307] ppid=3304 vsize=13980732 memory=-8253362664378451622 CPUtime=2.36 cores=0,2,4,6
/proc/3306/task/3307/stat : 3307 (java) R 3304 3304 8563 0 -1 4202560 11033 0 0 0 230 6 0 0 20 0 15 0 124557855 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139668300333808 139667932051768 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3308] ppid=3304 vsize=13980732 memory=9092 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3308/stat : 3308 (java) S 3304 3304 8563 0 -1 1077944384 149 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139668253064080 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3309] ppid=3304 vsize=13980732 memory=11364 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3309/stat : 3309 (java) S 3304 3304 8563 0 -1 1077944384 159 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139668252011280 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3310] ppid=3304 vsize=13980732 memory=13636 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3310/stat : 3310 (java) S 3304 3304 8563 0 -1 1077944384 333 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139668250958992 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3311] ppid=3304 vsize=13980732 memory=15908 CPUtime=0.09 cores=0,2,4,6
/proc/3306/task/3311/stat : 3311 (java) S 3304 3304 8563 0 -1 1077944384 674 0 0 0 6 3 0 0 20 0 15 0 124557856 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139668249906192 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3312] ppid=3304 vsize=13980732 memory=18180 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3312/stat : 3312 (java) S 3304 3304 8563 0 -1 1077944384 187 0 0 0 0 0 0 0 20 0 15 0 124557857 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139667413932144 139668296108674 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3313] ppid=3304 vsize=13980732 memory=20452 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3313/stat : 3313 (java) S 3304 3304 8563 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 124557858 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139667412878112 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3314] ppid=3304 vsize=13980732 memory=22724 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3314/stat : 3314 (java) S 3304 3304 8563 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 124557858 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139667411825776 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3315] ppid=3304 vsize=13980732 memory=7234303152781525070 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3315/stat : 3315 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557860 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139667410774096 139668296116123 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3316] ppid=3304 vsize=13980732 memory=288291064929059629 CPUtime=1.87 cores=0,2,4,6
/proc/3306/task/3316/stat : 3316 (java) R 3304 3304 8563 0 -1 4202560 4512 0 0 0 187 0 0 0 20 0 15 0 124557860 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139667409707984 139668277620014 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3317] ppid=3304 vsize=13980732 memory=0 CPUtime=1.74 cores=0,2,4,6
/proc/3306/task/3317/stat : 3317 (java) R 3304 3304 8563 0 -1 4202560 3841 0 0 0 174 0 0 0 20 0 15 0 124557860 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139667408669168 139668276057990 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3318] ppid=3304 vsize=13980732 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/3306/task/3318/stat : 3318 (java) S 3304 3304 8563 0 -1 1077944384 4527 0 0 0 80 2 0 0 20 0 15 0 124557860 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139667407616880 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3319] ppid=3304 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3319/stat : 3319 (java) S 3304 3304 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124557861 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139667406564320 139668296107733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
[pid=3306/tid=3320] ppid=3304 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3306/task/3320/stat : 3320 (java) S 3304 3304 8563 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 124557866 14316269568 87243 18446744073709551615 4194304 4196468 140725253132880 139667405511088 139668296108674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13053952 140725253140913 140725253141089 140725253141089 140725253144527 0
Current children cumulated CPU time: 7.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 350352 KiB

Child status: 0
Real time (s): 2.62251
CPU time (s): 7.28155
CPU user time (s): 7.02818
CPU system time (s): 0.253368
CPU usage (%): 277.656
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 350352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.02818
system time used= 0.253368
maximum resident set size= 351520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27391
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= 2392
involuntary context switches= 32


# summary of solver processes directly reported to runsolver:
#   pid: 3304
#   total CPU time (s): 7.28155
#   total CPU user time (s): 7.02818
#   total CPU system time (s): 0.253368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035054 second user time and 0.069309 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-20 11:48:46
IDJOB=4283680
IDBENCH=139204
IDSOLVER=2679
FILE ID=node125/4283680-1503223374
RUNJOBID= node125-1503171261-25500
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-05-03-fair.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-4283680-1503223374/watcher-4283680-1503223374 -o /tmp/evaluation-result-4283680-1503223374/solver-4283680-1503223374 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1711918456 HOME/instance-4283680-1503223374.xml

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

MD5SUM BENCH= ebcae7fb870db8f75b7458b98ea920fc
RANDOM SEED=1711918456

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:        28486908 kB
MemAvailable:   29683908 kB
Buffers:          330888 kB
Cached:          1171452 kB
SwapCached:            0 kB
Active:          3141988 kB
Inactive:         696240 kB
Active(anon):    2335900 kB
Inactive(anon):    49484 kB
Active(file):     806088 kB
Inactive(file):   646756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7684 kB
Writeback:             0 kB
AnonPages:       2334696 kB
Mapped:            75680 kB
Shmem:             49828 kB
Slab:             146912 kB
SReclaimable:     119980 kB
SUnreclaim:        26932 kB
KernelStack:        3456 kB
PageTables:        10032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3185204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2211840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

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