Trace number 4306918

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 4.0.7b seq (e747e1e)? (TO) 2520.05 2509.82

General information on the benchmark

NameFrb/
frb-56-25-3-mgd_c18.xml
MD5SUM7c69722bcd82b7b6de23ca1e1f99c5f4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints511
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":56}]
Minimum variable degree12
Maximum variable degree26
Distribution of variable degrees[{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":4},{"degree":15,"count":7},{"degree":16,"count":4},{"degree":17,"count":4},{"degree":18,"count":10},{"degree":19,"count":5},{"degree":20,"count":5},{"degree":21,"count":5},{"degree":22,"count":2},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":1},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":511}]
Number of extensional constraints511
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":511}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306918-1534135812.xml"  -tl '2520s' -p 1
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4306918-1534135812.xml, -tl, 2520s, -p, 1]
0.11/0.22	c simple solver
0.34/0.28	c parse instance...
2.03/0.84	c solve instance...
2520.02/2509.80	s UNKNOWN
2520.02/2509.80	c Unexpected resolution interruption!

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306918-1534135812/watcher-4306918-1534135812 -o /tmp/evaluation-result-4306918-1534135812/solver-4306918-1534135812 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534135801-5168 --watchdog 2580 HOME/xcsp3-exec -seed 2000273305 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306918-1534135812.xml 

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

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


[startup+0.100093 s]*
/proc/loadavg: 1.16 1.08 1.38 3/217 5394
/proc/meminfo: memFree=23570932/32770624 swapFree=67108372/67108860
[pid=5378] ppid=5375 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 3960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231144357 115843072 363 33554432000 4194304 5098028 140727627927968 140727627926072 139767377502844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12365824 140727627932730 140727627932932 140727627932932 140727627935690 0
/proc/5378/statm: 28282 363 305 221 0 87 0
[pid=5380] ppid=5378 vsize=14082940 memory=29132 CPUtime=0.11 cores=0,2,4,6
/proc/5380/stat : 5380 (java) S 5378 5378 3960 0 -1 1077944320 5633 0 0 0 11 0 0 0 20 0 15 0 231144358 14420930560 7283 33554432000 4194304 4196468 140734745492144 140734745474688 139659924926199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
/proc/5380/statm: 3520735 7283 3029 1 0 3483012 0
[pid=5380/tid=5381] ppid=5378 vsize=14082940 memory=7754818811845645147 CPUtime=0.09 cores=0,2,4,6
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 3960 0 -1 4202560 3654 0 0 0 9 0 0 0 20 0 15 0 231144358 14420930560 7283 33554432000 4194304 4196468 140734745492144 139659929159472 139659924938134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5382] ppid=5378 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231144359 14420930560 7283 33554432000 4194304 4196468 140734745492144 139659520424592 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5383] ppid=5378 vsize=14082940 memory=140089509131904 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231144359 14420930560 7283 33554432000 4194304 4196468 140734745492144 139659519371792 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5384] ppid=5378 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231144359 14420930560 7283 33554432000 4194304 4196468 140734745492144 139659518318992 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5385] ppid=5378 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231144359 14420930560 7283 33554432000 4194304 4196468 140734745492144 139659517266192 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5386] ppid=5378 vsize=14082940 memory=140089509131904 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231144360 14420930560 7283 33554432000 4194304 4196468 140734745492144 139658904161136 139659924937346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5387] ppid=5378 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 3960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231144361 14420930560 7283 33554432000 4194304 4196468 140734745492144 139658903107104 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5388] ppid=5378 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 3960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231144361 14420930560 7283 33554432000 4194304 4196468 140734745492144 139658902054256 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5389] ppid=5378 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144363 14420930560 7283 33554432000 4194304 4196468 140734745492144 139658901002576 139659924944795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5390] ppid=5378 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5390/stat : 5390 (java) S 5378 5378 3960 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 231144363 14420930560 7283 33554432000 4194304 4196468 140734745492144 139658899949936 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5391] ppid=5378 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5391/stat : 5391 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144363 14420930560 7283 33554432000 4194304 4196468 140734745492144 139658898897136 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5392] ppid=5378 vsize=14082940 memory=140089509131904 CPUtime=0.01 cores=0,2,4,6
/proc/5380/task/5392/stat : 5392 (java) R 5378 5378 3960 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 15 0 231144363 14420930560 7283 33554432000 4194304 4196468 140734745492144 139658897844336 139659924938134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5393] ppid=5378 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144364 14420930560 7283 33554432000 4194304 4196468 140734745492144 139658896791776 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5394] ppid=5378 vsize=14082940 memory=140089509131904 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231144364 14420930560 7283 33554432000 4194304 4196468 140734745492144 139658895740080 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30584 KiB

[startup+0.210606 s]*
/proc/loadavg: 1.16 1.08 1.38 4/217 5394
/proc/meminfo: memFree=23559628/32770624 swapFree=67108372/67108860
[pid=5378] ppid=5375 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 3960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231144357 115843072 363 33554432000 4194304 5098028 140727627927968 140727627926072 139767377502844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12365824 140727627932730 140727627932932 140727627932932 140727627935690 0
/proc/5378/statm: 28282 363 305 221 0 87 0
[pid=5380] ppid=5378 vsize=14082940 memory=41012 CPUtime=0.34 cores=0,2,4,6
/proc/5380/stat : 5380 (java) S 5378 5378 3960 0 -1 1077944320 8291 0 0 0 32 2 0 0 20 0 15 0 231144358 14420930560 10253 33554432000 4194304 4196468 140734745492144 140734745474688 139659924926199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
/proc/5380/statm: 3520735 10253 3216 1 0 3483012 0
[pid=5380/tid=5381] ppid=5378 vsize=14082940 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 3960 0 -1 4202560 5441 0 0 0 18 1 0 0 20 0 15 0 231144358 14420930560 10253 33554432000 4194304 4196468 140734745492144 139659929161184 139659924938134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5382] ppid=5378 vsize=14082940 memory=11498 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231144359 14420930560 10253 33554432000 4194304 4196468 140734745492144 139659520424592 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5383] ppid=5378 vsize=14082940 memory=140089510267082 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231144359 14420930560 10253 33554432000 4194304 4196468 140734745492144 139659519371792 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5384] ppid=5378 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231144359 14420930560 10253 33554432000 4194304 4196468 140734745492144 139659518318992 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5385] ppid=5378 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231144359 14420930560 10253 33554432000 4194304 4196468 140734745492144 139659517266192 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5386] ppid=5378 vsize=14082940 memory=140089509131904 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 3960 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231144360 14420930560 10253 33554432000 4194304 4196468 140734745492144 139658904161136 139659924937346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5387] ppid=5378 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 3960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231144361 14420930560 10253 33554432000 4194304 4196468 140734745492144 139658903107104 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5388] ppid=5378 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 3960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231144361 14420930560 10253 33554432000 4194304 4196468 140734745492144 139658902054256 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5389] ppid=5378 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144363 14420930560 10253 33554432000 4194304 4196468 140734745492144 139658901002576 139659924944795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5390] ppid=5378 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5380/task/5390/stat : 5390 (java) S 5378 5378 3960 0 -1 1077944384 731 0 0 0 2 0 0 0 20 0 15 0 231144363 14420930560 10253 33554432000 4194304 4196468 140734745492144 139658899949936 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5391] ppid=5378 vsize=14082940 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5380/task/5391/stat : 5391 (java) S 5378 5378 3960 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 15 0 231144363 14420930560 10253 33554432000 4194304 4196468 140734745492144 139658898897136 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5392] ppid=5378 vsize=14082940 memory=140089509131904 CPUtime=0.08 cores=0,2,4,6
/proc/5380/task/5392/stat : 5392 (java) R 5378 5378 3960 0 -1 4202560 771 0 0 0 8 0 0 0 20 0 15 0 231144363 14420930560 10253 33554432000 4194304 4196468 140734745492144 139658897844336 139659902150352 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5393] ppid=5378 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144364 14420930560 10253 33554432000 4194304 4196468 140734745492144 139658896791776 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5394] ppid=5378 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231144364 14420930560 10253 33554432000 4194304 4196468 140734745492144 139658895740080 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42464 KiB

[startup+0.318539 s]*
/proc/loadavg: 1.16 1.08 1.38 4/217 5394
/proc/meminfo: memFree=23552680/32770624 swapFree=67108372/67108860
[pid=5378] ppid=5375 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 3960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231144357 115843072 363 33554432000 4194304 5098028 140727627927968 140727627926072 139767377502844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12365824 140727627932730 140727627932932 140727627932932 140727627935690 0
/proc/5378/statm: 28282 363 305 221 0 87 0
[pid=5380] ppid=5378 vsize=14087196 memory=48480 CPUtime=0.54 cores=0,2,4,6
/proc/5380/stat : 5380 (java) S 5378 5378 3960 0 -1 1077944320 9279 0 0 0 51 3 0 0 20 0 15 0 231144358 14425288704 12120 33554432000 4194304 4196468 140734745492144 140734745474688 139659924926199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
/proc/5380/statm: 3521799 12120 3269 1 0 3483012 0
[pid=5380/tid=5381] ppid=5378 vsize=14087196 memory=8112282956445269571 CPUtime=0.31 cores=0,2,4,6
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 3960 0 -1 4202560 6263 0 0 0 29 2 0 0 20 0 15 0 231144358 14425288704 12185 33554432000 4194304 4196468 140734745492144 139659929159984 139659909006686 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5382] ppid=5378 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231144359 14425288704 12185 33554432000 4194304 4196468 140734745492144 139659520424592 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5383] ppid=5378 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231144359 14425288704 12185 33554432000 4194304 4196468 140734745492144 139659519371792 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5384] ppid=5378 vsize=14087196 memory=-2026666227646604569 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231144359 14425288704 12185 33554432000 4194304 4196468 140734745492144 139659518318992 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5385] ppid=5378 vsize=14087196 memory=7089317150647820184 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231144359 14425288704 12192 33554432000 4194304 4196468 140734745492144 139659517266192 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5386] ppid=5378 vsize=14087196 memory=6944657691966988345 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 3960 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231144360 14425288704 12192 33554432000 4194304 4196468 140734745492144 139658904161136 139659924937346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5387] ppid=5378 vsize=14087196 memory=4196912344889787449 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 3960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231144361 14425288704 12192 33554432000 4194304 4196468 140734745492144 139658903107104 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5388] ppid=5378 vsize=14087196 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 3960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231144361 14425288704 12192 33554432000 4194304 4196468 140734745492144 139658902054256 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5389] ppid=5378 vsize=14087196 memory=-6516833586042938556 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144363 14425288704 12192 33554432000 4194304 4196468 140734745492144 139658901002576 139659924944795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5390] ppid=5378 vsize=14087196 memory=8325818968683490714 CPUtime=0.04 cores=0,2,4,6
/proc/5380/task/5390/stat : 5390 (java) S 5378 5378 3960 0 -1 1077944384 741 0 0 0 4 0 0 0 20 0 15 0 231144363 14425288704 12192 33554432000 4194304 4196468 140734745492144 139658899949936 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5391] ppid=5378 vsize=14087196 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5380/task/5391/stat : 5391 (java) S 5378 5378 3960 0 -1 1077944384 151 0 0 0 4 0 0 0 20 0 15 0 231144363 14425288704 12192 33554432000 4194304 4196468 140734745492144 139658898897136 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5392] ppid=5378 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5380/task/5392/stat : 5392 (java) S 5378 5378 3960 0 -1 1077944384 832 0 0 0 12 0 0 0 20 0 15 0 231144363 14425288704 12192 33554432000 4194304 4196468 140734745492144 139658897844336 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5393] ppid=5378 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144364 14425288704 12192 33554432000 4194304 4196468 140734745492144 139658896791776 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5394] ppid=5378 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231144364 14425288704 12192 33554432000 4194304 4196468 140734745492144 139658895740080 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49932 KiB

[startup+0.70479 s]
/proc/loadavg: 1.16 1.08 1.38 6/217 5394
/proc/meminfo: memFree=23523768/32770624 swapFree=67108372/67108860
[pid=5378] ppid=5375 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 3960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231144357 115843072 363 33554432000 4194304 5098028 140727627927968 140727627926072 139767377502844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12365824 140727627932730 140727627932932 140727627932932 140727627935690 0
/proc/5378/statm: 28282 363 305 221 0 87 0
[pid=5380] ppid=5378 vsize=14089320 memory=164532 CPUtime=1.72 cores=0,2,4,6
/proc/5380/stat : 5380 (java) S 5378 5378 3960 0 -1 1077944320 12167 0 0 0 166 6 0 0 20 0 15 0 231144358 14427463680 41133 33554432000 4194304 4196468 140734745492144 140734745474688 139659924926199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
/proc/5380/statm: 3522330 41133 3353 1 0 3483524 0
[pid=5380/tid=5381] ppid=5378 vsize=14089320 memory=1752 CPUtime=0.68 cores=0,2,4,6
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 3960 0 -1 4202560 6652 0 0 0 64 4 0 0 20 0 15 0 231144358 14427463680 41133 33554432000 4194304 4196468 140734745492144 139659929163920 139659924938134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5382] ppid=5378 vsize=14089320 memory=5752 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231144359 14427463680 41133 33554432000 4194304 4196468 140734745492144 139659520424592 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5383] ppid=5378 vsize=14089320 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231144359 14427463680 41133 33554432000 4194304 4196468 140734745492144 139659519371792 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5384] ppid=5378 vsize=14089320 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231144359 14427463680 41133 33554432000 4194304 4196468 140734745492144 139659518318992 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5385] ppid=5378 vsize=14089320 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 3960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231144359 14427463680 41133 33554432000 4194304 4196468 140734745492144 139659517266192 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5386] ppid=5378 vsize=14089320 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 3960 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231144360 14427463680 41133 33554432000 4194304 4196468 140734745492144 139658904161136 139659924937346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5387] ppid=5378 vsize=14089320 memory=868 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 3960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231144361 14427463680 41133 33554432000 4194304 4196468 140734745492144 139658903107104 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5388] ppid=5378 vsize=14089320 memory=6792 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 3960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231144361 14427463680 41133 33554432000 4194304 4196468 140734745492144 139658902054256 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5389] ppid=5378 vsize=14089320 memory=11628 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144363 14427463680 41133 33554432000 4194304 4196468 140734745492144 139658901002576 139659924944795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5390] ppid=5378 vsize=14089320 memory=752 CPUtime=0.35 cores=0,2,4,6
/proc/5380/task/5390/stat : 5390 (java) R 5378 5378 3960 0 -1 4202560 1680 0 0 0 35 0 0 0 20 0 15 0 231144363 14427463680 41133 33554432000 4194304 4196468 140734745492144 139658899936784 139659906470417 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5391] ppid=5378 vsize=14089320 memory=1276 CPUtime=0.34 cores=0,2,4,6
/proc/5380/task/5391/stat : 5391 (java) R 5378 5378 3960 0 -1 4202560 923 0 0 0 34 0 0 0 20 0 15 0 231144363 14427463680 41133 33554432000 4194304 4196468 140734745492144 139658898897136 139659904178102 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5392] ppid=5378 vsize=14089320 memory=1068 CPUtime=0.32 cores=0,2,4,6
/proc/5380/task/5392/stat : 5392 (java) R 5378 5378 3960 0 -1 1077944384 1602 0 0 0 32 0 0 0 20 0 15 0 231144363 14427463680 41133 33554432000 4194304 4196468 140734745492144 139658897844336 139659924937346 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5393] ppid=5378 vsize=14089320 memory=15064 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144364 14427463680 41133 33554432000 4194304 4196468 140734745492144 139658896791776 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5394] ppid=5378 vsize=14089320 memory=34656 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 3960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231144364 14427463680 41133 33554432000 4194304 4196468 140734745492144 139658895740080 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 165984 KiB

[startup+1.5008 s]
/proc/loadavg: 1.16 1.08 1.38 6/217 5394
/proc/meminfo: memFree=23405428/32770624 swapFree=67108372/67108860
[pid=5378] ppid=5375 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 3960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231144357 115843072 363 33554432000 4194304 5098028 140727627927968 140727627926072 139767377502844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12365824 140727627932730 140727627932932 140727627932932 140727627935690 0
/proc/5378/statm: 28282 363 305 221 0 87 0

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

/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 3960 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 231144361 14427463680 429798 33554432000 4194304 4196468 140734745492144 139658902054272 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5389] ppid=5378 vsize=14089320 memory=1588116 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144363 14427463680 429798 33554432000 4194304 4196468 140734745492144 139658901002576 139659924944795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5390] ppid=5378 vsize=14089320 memory=1719192 CPUtime=1.4 cores=0,2,4,6
/proc/5380/task/5390/stat : 5390 (java) S 5378 5378 3960 0 -1 1077944384 8185 0 0 0 139 1 0 0 20 0 15 0 231144363 14427463680 429798 33554432000 4194304 4196468 140734745492144 139658899949936 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5391] ppid=5378 vsize=14089320 memory=1719192 CPUtime=1.39 cores=0,2,4,6
/proc/5380/task/5391/stat : 5391 (java) S 5378 5378 3960 0 -1 1077944384 8895 0 0 0 138 1 0 0 20 0 15 0 231144363 14427463680 429798 33554432000 4194304 4196468 140734745492144 139658898897136 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5392] ppid=5378 vsize=14089320 memory=1452 CPUtime=0.55 cores=0,2,4,6
/proc/5380/task/5392/stat : 5392 (java) S 5378 5378 3960 0 -1 1077944384 5709 0 0 0 54 1 0 0 20 0 15 0 231144363 14427463680 429798 33554432000 4194304 4196468 140734745492144 139658897844336 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5393] ppid=5378 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144364 14427463680 429798 33554432000 4194304 4196468 140734745492144 139658896791776 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5394] ppid=5378 vsize=14089320 memory=1452 CPUtime=0.71 cores=0,2,4,6
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 3960 0 -1 1077944384 1127 0 0 0 36 35 0 0 20 0 15 0 231144364 14427463680 429798 33554432000 4194304 4196468 140734745492144 139658895740080 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
Current children cumulated CPU time: 2391.93 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 1720644 KiB

[startup+2442.3 s]
/proc/loadavg: 1.68 1.67 1.62 3/218 5494
/proc/meminfo: memFree=16674400/32770624 swapFree=67108372/67108860
[pid=5378] ppid=5375 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 3960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231144357 115843072 363 33554432000 4194304 5098028 140727627927968 140727627926072 139767377502844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12365824 140727627932730 140727627932932 140727627932932 140727627935690 0
/proc/5378/statm: 28282 363 305 221 0 87 0
[pid=5380] ppid=5378 vsize=14089320 memory=2587396 CPUtime=2452.25 cores=0,2,4,6
/proc/5380/stat : 5380 (java) S 5378 5378 3960 0 -1 1077944320 142044 0 0 0 244732 493 0 0 20 0 15 0 231144358 14427463680 646849 33554432000 4194304 4196468 140734745492144 140734745474688 139659924926199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
/proc/5380/statm: 3522330 646849 3421 1 0 3483524 0
[pid=5380/tid=5381] ppid=5378 vsize=14089320 memory=2519548 CPUtime=2438.81 cores=0,2,4,6
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 3960 0 -1 4202560 78067 0 0 0 243467 414 0 0 20 0 15 0 231144358 14427463680 646849 33554432000 4194304 4196468 140734745492144 139659929165864 139659541561384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5382] ppid=5378 vsize=14089320 memory=1609216 CPUtime=2.05 cores=0,2,4,6
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 3960 0 -1 1077944384 7664 0 0 0 196 9 0 0 20 0 15 0 231144359 14427463680 646849 33554432000 4194304 4196468 140734745492144 139659520424592 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5383] ppid=5378 vsize=14089320 memory=1452 CPUtime=2.07 cores=0,2,4,6
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 3960 0 -1 1077944384 6773 0 0 0 197 10 0 0 20 0 15 0 231144359 14427463680 646849 33554432000 4194304 4196468 140734745492144 139659519371792 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5384] ppid=5378 vsize=14089320 memory=908080 CPUtime=2.07 cores=0,2,4,6
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 3960 0 -1 1077944384 8326 0 0 0 197 10 0 0 20 0 15 0 231144359 14427463680 646849 33554432000 4194304 4196468 140734745492144 139659518318992 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5385] ppid=5378 vsize=14089320 memory=1452 CPUtime=2.08 cores=0,2,4,6
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 3960 0 -1 1077944384 6745 0 0 0 199 9 0 0 20 0 15 0 231144359 14427463680 646849 33554432000 4194304 4196468 140734745492144 139659517266192 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5386] ppid=5378 vsize=14089320 memory=0 CPUtime=0.99 cores=0,2,4,6
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 3960 0 -1 1077944384 9181 0 0 0 80 19 0 0 20 0 15 0 231144360 14427463680 646849 33554432000 4194304 4196468 140734745492144 139658904161136 139659924937346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5387] ppid=5378 vsize=14089320 memory=1611264 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 3960 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 231144361 14427463680 646849 33554432000 4194304 4196468 140734745492144 139658903107168 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5388] ppid=5378 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 3960 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 231144361 14427463680 646849 33554432000 4194304 4196468 140734745492144 139658902054272 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5389] ppid=5378 vsize=14089320 memory=2046644 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144363 14427463680 646849 33554432000 4194304 4196468 140734745492144 139658901002576 139659924944795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5390] ppid=5378 vsize=14089320 memory=2114508 CPUtime=1.4 cores=0,2,4,6
/proc/5380/task/5390/stat : 5390 (java) S 5378 5378 3960 0 -1 1077944384 8187 0 0 0 139 1 0 0 20 0 15 0 231144363 14427463680 646849 33554432000 4194304 4196468 140734745492144 139658899949936 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5391] ppid=5378 vsize=14089320 memory=2418800 CPUtime=1.4 cores=0,2,4,6
/proc/5380/task/5391/stat : 5391 (java) S 5378 5378 3960 0 -1 1077944384 8897 0 0 0 138 2 0 0 20 0 15 0 231144363 14427463680 646849 33554432000 4194304 4196468 140734745492144 139658898897136 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5392] ppid=5378 vsize=14089320 memory=1452 CPUtime=0.55 cores=0,2,4,6
/proc/5380/task/5392/stat : 5392 (java) S 5378 5378 3960 0 -1 1077944384 5711 0 0 0 54 1 0 0 20 0 15 0 231144363 14427463680 646849 33554432000 4194304 4196468 140734745492144 139658897844336 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5393] ppid=5378 vsize=14089320 memory=2552448 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144364 14427463680 646849 33554432000 4194304 4196468 140734745492144 139658896791776 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5394] ppid=5378 vsize=14089320 memory=1452 CPUtime=0.73 cores=0,2,4,6
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 3960 0 -1 1077944384 1148 0 0 0 37 36 0 0 20 0 15 0 231144364 14427463680 646849 33554432000 4194304 4196468 140734745492144 139658895740080 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
Current children cumulated CPU time: 2452.25 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 2588848 KiB

[startup+2502.3 s]
/proc/loadavg: 1.86 1.73 1.65 8/218 5652
/proc/meminfo: memFree=21744140/32770624 swapFree=67108372/67108860
[pid=5378] ppid=5375 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 3960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231144357 115843072 363 33554432000 4194304 5098028 140727627927968 140727627926072 139767377502844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12365824 140727627932730 140727627932932 140727627932932 140727627935690 0
/proc/5378/statm: 28282 363 305 221 0 87 0
[pid=5380] ppid=5378 vsize=14089320 memory=1989064 CPUtime=2512.51 cores=0,2,4,6
/proc/5380/stat : 5380 (java) S 5378 5378 3960 0 -1 1077944320 150229 0 0 0 250724 527 0 0 20 0 15 0 231144358 14427463680 497266 33554432000 4194304 4196468 140734745492144 140734745474688 139659924926199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
/proc/5380/statm: 3522330 497266 3421 1 0 3483524 0
[pid=5380/tid=5381] ppid=5378 vsize=14089320 memory=1989064 CPUtime=2498.68 cores=0,2,4,6
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 3960 0 -1 4202560 84624 0 0 0 249422 446 0 0 20 0 15 0 231144358 14427463680 497266 33554432000 4194304 4196468 140734745492144 139659929165808 139659540850019 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5382] ppid=5378 vsize=14089320 memory=1851304 CPUtime=2.14 cores=0,2,4,6
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 3960 0 -1 1077944384 7827 0 0 0 205 9 0 0 20 0 15 0 231144359 14427463680 497266 33554432000 4194304 4196468 140734745492144 139659520424592 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5383] ppid=5378 vsize=14089320 memory=1547108 CPUtime=2.15 cores=0,2,4,6
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 3960 0 -1 1077944384 7156 0 0 0 205 10 0 0 20 0 15 0 231144359 14427463680 497266 33554432000 4194304 4196468 140734745492144 139659519371792 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5384] ppid=5378 vsize=14089320 memory=1452 CPUtime=2.15 cores=0,2,4,6
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 3960 0 -1 1077944384 8749 0 0 0 205 10 0 0 20 0 15 0 231144359 14427463680 497266 33554432000 4194304 4196468 140734745492144 139659518318992 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5385] ppid=5378 vsize=14089320 memory=749256 CPUtime=2.16 cores=0,2,4,6
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 3960 0 -1 1077944384 6856 0 0 0 207 9 0 0 20 0 15 0 231144359 14427463680 497266 33554432000 4194304 4196468 140734745492144 139659517266192 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5386] ppid=5378 vsize=14089320 memory=1230364 CPUtime=1.04 cores=0,2,4,6
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 3960 0 -1 1077944384 9707 0 0 0 83 21 0 0 20 0 15 0 231144360 14427463680 497266 33554432000 4194304 4196468 140734745492144 139658904161136 139659924937346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5387] ppid=5378 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 3960 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 231144361 14427463680 497266 33554432000 4194304 4196468 140734745492144 139658903107168 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5388] ppid=5378 vsize=14089320 memory=1919160 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 3960 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 231144361 14427463680 497266 33554432000 4194304 4196468 140734745492144 139658902054272 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5389] ppid=5378 vsize=14089320 memory=1989064 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144363 14427463680 497266 33554432000 4194304 4196468 140734745492144 139658901002576 139659924944795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5390] ppid=5378 vsize=14089320 memory=1452 CPUtime=1.4 cores=0,2,4,6
/proc/5380/task/5390/stat : 5390 (java) S 5378 5378 3960 0 -1 1077944384 8189 0 0 0 139 1 0 0 20 0 15 0 231144363 14427463680 497266 33554432000 4194304 4196468 140734745492144 139658899949936 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5391] ppid=5378 vsize=14089320 memory=1452 CPUtime=1.4 cores=0,2,4,6
/proc/5380/task/5391/stat : 5391 (java) S 5378 5378 3960 0 -1 1077944384 8899 0 0 0 138 2 0 0 20 0 15 0 231144363 14427463680 497266 33554432000 4194304 4196468 140734745492144 139658898897136 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5392] ppid=5378 vsize=14089320 memory=1452 CPUtime=0.56 cores=0,2,4,6
/proc/5380/task/5392/stat : 5392 (java) S 5378 5378 3960 0 -1 1077944384 5713 0 0 0 55 1 0 0 20 0 15 0 231144363 14427463680 497266 33554432000 4194304 4196468 140734745492144 139658897844336 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5393] ppid=5378 vsize=14089320 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144364 14427463680 497266 33554432000 4194304 4196468 140734745492144 139658896791776 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5394] ppid=5378 vsize=14089320 memory=1452 CPUtime=0.75 cores=0,2,4,6
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 3960 0 -1 1077944384 1164 0 0 0 38 37 0 0 20 0 15 0 231144364 14427463680 497266 33554432000 4194304 4196468 140734745492144 139658895740080 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
Current children cumulated CPU time: 2512.51 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 1990516 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.8 s]
/proc/loadavg: 2.03 1.76 1.66 3/218 5652
/proc/meminfo: memFree=21345296/32770624 swapFree=67108372/67108860
[pid=5378] ppid=5375 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 3960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231144357 115843072 363 33554432000 4194304 5098028 140727627927968 140727627926072 139767377502844 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 12365824 140727627932730 140727627932932 140727627932932 140727627935690 0
/proc/5378/statm: 28282 363 305 221 0 87 0
[pid=5380] ppid=5378 vsize=14089320 memory=2324248 CPUtime=2520.02 cores=0,2,4,6
/proc/5380/stat : 5380 (java) S 5378 5378 3960 0 -1 1077944320 151679 0 0 0 251470 532 0 0 20 0 15 0 231144358 14427463680 581062 33554432000 4194304 4196468 140734745492144 140734745474688 139659924926199 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
/proc/5380/statm: 3522330 581062 3421 1 0 3483524 0
[pid=5380/tid=5381] ppid=5378 vsize=14089320 memory=488 CPUtime=2506.18 cores=0,2,4,6
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 3960 0 -1 4202560 85204 0 0 0 250167 451 0 0 20 0 15 0 231144358 14427463680 581574 33554432000 4194304 4196468 140734745492144 139659929165864 139659910994318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5382] ppid=5378 vsize=14089320 memory=1616 CPUtime=2.14 cores=0,2,4,6
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 3960 0 -1 1077944384 8017 0 0 0 205 9 0 0 20 0 15 0 231144359 14427463680 581574 33554432000 4194304 4196468 140734745492144 139659520424592 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5383] ppid=5378 vsize=14089320 memory=1172 CPUtime=2.16 cores=0,2,4,6
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 3960 0 -1 1077944384 7410 0 0 0 206 10 0 0 20 0 15 0 231144359 14427463680 581574 33554432000 4194304 4196468 140734745492144 139659519371792 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5384] ppid=5378 vsize=14089320 memory=932 CPUtime=2.15 cores=0,2,4,6
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 3960 0 -1 1077944384 8894 0 0 0 205 10 0 0 20 0 15 0 231144359 14427463680 581574 33554432000 4194304 4196468 140734745492144 139659518318992 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5385] ppid=5378 vsize=14089320 memory=6416 CPUtime=2.17 cores=0,2,4,6
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 3960 0 -1 1077944384 7089 0 0 0 208 9 0 0 20 0 15 0 231144359 14427463680 581574 33554432000 4194304 4196468 140734745492144 139659517266192 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5386] ppid=5378 vsize=14089320 memory=1572 CPUtime=1.04 cores=0,2,4,6
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 3960 0 -1 1077944384 9740 0 0 0 83 21 0 0 20 0 15 0 231144360 14427463680 581574 33554432000 4194304 4196468 140734745492144 139658904161136 139659924937346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5387] ppid=5378 vsize=14089320 memory=928 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 3960 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 231144361 14427463680 581574 33554432000 4194304 4196468 140734745492144 139658903107168 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5388] ppid=5378 vsize=14089320 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 3960 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 231144361 14427463680 581574 33554432000 4194304 4196468 140734745492144 139658902054272 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5389] ppid=5378 vsize=14089320 memory=2126824 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144363 14427463680 581574 33554432000 4194304 4196468 140734745492144 139658901002576 139659924944795 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5390] ppid=5378 vsize=14089320 memory=14136632290839087 CPUtime=1.4 cores=0,2,4,6
/proc/5380/task/5390/stat : 5390 (java) S 5378 5378 3960 0 -1 1077944384 8189 0 0 0 139 1 0 0 20 0 15 0 231144363 14427463680 581574 33554432000 4194304 4196468 140734745492144 139658899949936 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5391] ppid=5378 vsize=14089320 memory=808 CPUtime=1.4 cores=0,2,4,6
/proc/5380/task/5391/stat : 5391 (java) S 5378 5378 3960 0 -1 1077944384 8899 0 0 0 138 2 0 0 20 0 15 0 231144363 14427463680 581574 33554432000 4194304 4196468 140734745492144 139658898897136 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5392] ppid=5378 vsize=14089320 memory=2196 CPUtime=0.56 cores=0,2,4,6
/proc/5380/task/5392/stat : 5392 (java) S 5378 5378 3960 0 -1 1077944384 5714 0 0 0 55 1 0 0 20 0 15 0 231144363 14427463680 581574 33554432000 4194304 4196468 140734745492144 139658897844336 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5393] ppid=5378 vsize=14089320 memory=3988 CPUtime=0 cores=0,2,4,6
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 3960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231144364 14427463680 581574 33554432000 4194304 4196468 140734745492144 139658896791776 139659924936405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
[pid=5380/tid=5394] ppid=5378 vsize=14089320 memory=1924 CPUtime=0.75 cores=0,2,4,6
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 3960 0 -1 1077944384 1179 0 0 0 38 37 0 0 20 0 15 0 231144364 14427463680 581574 33554432000 4194304 4196468 140734745492144 139658895740080 139659924937346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17977344 140734745494662 140734745494833 140734745494833 140734745497551 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 2325700 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2509.81 s]
# the end of solver process 5378 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001077 s, system=0.001077 s

[startup+2509.82 s]
# the end of solver process 5380 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.72 s, system=5.33823 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 2509.82
CPU time (s): 2520.05
CPU user time (s): 2514.72
CPU system time (s): 5.33823
CPU usage (%): 100.408
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 6133892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.72
system time used= 5.33823
maximum resident set size= 6232984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152454
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72925
involuntary context switches= 3127


# summary of solver processes directly reported to runsolver:
#   pid: 5378,5380
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2514.72
#   total CPU system time (s): 5.33823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3854 second user time and 23.1498 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-13 06:50:12
IDJOB=4306918
IDBENCH=141593
IDSOLVER=2787
FILE ID=node137/4306918-1534135812
RUNJOBID= node137-1534135801-5168
PBS_JOBID= 21037014
Free space on /tmp= 26520 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/Frb/frb-56-25-3-mgd_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306918-1534135812/watcher-4306918-1534135812 -o /tmp/evaluation-result-4306918-1534135812/solver-4306918-1534135812 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534135801-5168 --watchdog 2580  HOME/xcsp3-exec -seed 2000273305 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306918-1534135812.xml

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

MD5SUM BENCH= 7c69722bcd82b7b6de23ca1e1f99c5f4
RANDOM SEED=2000273305

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23587736 kB
MemAvailable:   31710212 kB
Buffers:          102476 kB
Cached:          8215092 kB
SwapCached:            8 kB
Active:          4246844 kB
Inactive:        4318156 kB
Active(anon):     195112 kB
Inactive(anon):   105192 kB
Active(file):    4051732 kB
Inactive(file):  4212964 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:             22636 kB
Writeback:             0 kB
AnonPages:        347464 kB
Mapped:            66164 kB
Shmem:             49624 kB
Slab:             314752 kB
SReclaimable:     286240 kB
SUnreclaim:        28512 kB
KernelStack:        3840 kB
PageTables:         6204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1447452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26500 MiB
End job on node137 at 2018-08-13 07:32:02