Trace number 4281934

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)? (TO) 2520.0801 2506.4199

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-l152lav.xml
MD5SUMe295f86f2e8232e9b7c8210bbc53418f
Bench CategoryCOP (optimization 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 variables1989
Number of constraints97
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1989}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":193},{"degree":5,"count":403},{"degree":6,"count":674},{"degree":7,"count":657},{"degree":8,"count":59}]
Minimum constraint arity3
Maximum constraint arity1989
Distribution of constraint arities[{"arity":3,"count":1},{"arity":5,"count":1},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":19,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":31,"count":2},{"arity":32,"count":2},{"arity":35,"count":2},{"arity":37,"count":3},{"arity":40,"count":1},{"arity":42,"count":3},{"arity":43,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":3},{"arity":49,"count":1},{"arity":50,"count":1},{"arity":52,"count":2},"...",{"arity":93,"count":1}, {"arity":94,"count":1}, {"arity":96,"count":3}, {"arity":97,"count":1}, {"arity":102,"count":2}, {"arity":103,"count":1}, {"arity":104,"count":1}, {"arity":106,"count":1}, {"arity":108,"count":2}, {"arity":112,"count":2}, {"arity":114,"count":1}, {"arity":118,"count":1}, {"arity":121,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":137,"count":1}, {"arity":152,"count":1}, {"arity":160,"count":1}, {"arity":163,"count":1}, {"arity":171,"count":1}, {"arity":218,"count":1}, {"arity":1011,"count":1}, {"arity":1989,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":97}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281934-1503145490.xml"  -tl '2520s' -p 1 -x 0
0.13/0.26	c [HOME/instance-4281934-1503145490.xml, -tl, 2520s, -p, 1, -x, 0]
0.13/0.32	c simple solver
0.32/0.38	c parse instance...
1.09/0.67	c solve instance...
2520.06/2506.40	s UNKNOWN
2520.06/2506.40	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 (14569 MiB free)
  memory of node 1: 16384 MiB (15439 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281934-1503145490/watcher-4281934-1503145490 -o /tmp/evaluation-result-4281934-1503145490/solver-4281934-1503145490 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 243161498 HOME/instance-4281934-1503145490.xml 

running on 4 cores: 1,3,5,7

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

solver pid=5378, runsolver pid=5375

[startup+0.106147 s]*
/proc/loadavg: 2.09 1.78 1.53 3/208 5388
/proc/meminfo: memFree=30719780/32770624 swapFree=67108860/67108860
[pid=5378] ppid=5375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116742046 9740288 345 18446744073709551615 4194304 5098028 140726669213744 140726669211848 139997551051388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 12570624 140726669222265 140726669222469 140726669222469 140726669225963 0
/proc/5378/statm: 2378 345 289 221 0 87 0
[pid=5380] ppid=5378 vsize=13574484 memory=18300 CPUtime=0.04 cores=1,3,5,7
/proc/5380/stat : 5380 (java) S 5378 5378 28892 0 -1 1077944320 3916 0 0 0 3 1 0 0 20 0 9 0 116742052 13900271616 4575 18446744073709551615 4194304 4196468 140732791985616 140732791968160 139947496898295 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
/proc/5380/statm: 3393621 4575 2138 1 0 3383118 0
[pid=5380/tid=5381] ppid=5378 vsize=13574484 memory=-6739615476349292588 CPUtime=0.03 cores=1,3,5,7
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 28892 0 -1 4202560 2629 0 0 0 3 0 0 0 20 0 9 0 116742052 13900271616 4575 18446744073709551615 4194304 4196468 140732791985616 139947501133688 139947496920221 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5382] ppid=5378 vsize=13574484 memory=735272052430568040 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 116742053 13900271616 4575 18446744073709551615 4194304 4196468 140732791985616 139947096926864 139947496908501 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5383] ppid=5378 vsize=13574484 memory=140225595360896 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 116742053 13900271616 4575 18446744073709551615 4194304 4196468 140732791985616 139947095874064 139947496908501 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5384] ppid=5378 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 116742053 13900271616 4575 18446744073709551615 4194304 4196468 140732791985616 139947094821264 139947496908501 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5385] ppid=5378 vsize=13574484 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 116742053 13900271616 4575 18446744073709551615 4194304 4196468 140732791985616 139947093768464 139947496908501 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5386] ppid=5378 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 116742054 13900271616 4575 18446744073709551615 4194304 4196468 140732791985616 139946975370096 139947496909442 0 0 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5387] ppid=5378 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 116742055 13900271616 4575 18446744073709551615 4194304 4196468 140732791985616 139946974316064 139947496908501 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5388] ppid=5378 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 116742055 13900271616 4575 18446744073709551615 4194304 4196468 140732791985616 139946973263216 139947496908501 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19680 KiB

[startup+0.218317 s]*
/proc/loadavg: 2.09 1.78 1.53 5/214 5394
/proc/meminfo: memFree=30712380/32770624 swapFree=67108860/67108860
[pid=5378] ppid=5375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116742046 9740288 345 18446744073709551615 4194304 5098028 140726669213744 140726669211848 139997551051388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 12570624 140726669222265 140726669222469 140726669222469 140726669225963 0
/proc/5378/statm: 2378 345 289 221 0 87 0
[pid=5380] ppid=5378 vsize=13974352 memory=27960 CPUtime=0.13 cores=1,3,5,7
/proc/5380/stat : 5380 (java) S 5378 5378 28892 0 -1 1077944320 5475 0 0 0 12 1 0 0 20 0 15 0 116742052 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 140732791968160 139947496898295 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
/proc/5380/statm: 3493588 6990 2847 1 0 3482964 0
[pid=5380/tid=5381] ppid=5378 vsize=13974352 memory=7311146985107750967 CPUtime=0.09 cores=1,3,5,7
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 28892 0 -1 4202560 3391 0 0 0 9 0 0 0 20 0 15 0 116742052 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139947501127888 139947489135422 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5382] ppid=5378 vsize=13974352 memory=13729 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742053 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139947096926864 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5383] ppid=5378 vsize=13974352 memory=288370601747072640 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742053 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139947095874064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5384] ppid=5378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742053 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139947094821264 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5385] ppid=5378 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116742053 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139947093768464 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5386] ppid=5378 vsize=13974352 memory=140225595360896 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116742054 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139946975370096 139947496909442 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5387] ppid=5378 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116742055 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139946974316064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5388] ppid=5378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116742055 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139946973263216 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5389] ppid=5378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139946972211536 139947496916891 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5390] ppid=5378 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5390/stat : 5390 (java) R 5378 5378 28892 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 15 0 116742058 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139946971158896 139947496909442 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5391] ppid=5378 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5391/stat : 5391 (java) S 5378 5378 28892 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 116742058 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139946970106096 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5392] ppid=5378 vsize=13974352 memory=140225595360896 CPUtime=0.02 cores=1,3,5,7
/proc/5380/task/5392/stat : 5392 (java) R 5378 5378 28892 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 116742058 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139946969053296 139947496910230 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5393] ppid=5378 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139946968000736 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5394] ppid=5378 vsize=13974352 memory=140225595360896 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742063 14309736448 6990 18446744073709551615 4194304 4196468 140732791985616 139946966949040 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29340 KiB

[startup+0.312398 s]*
/proc/loadavg: 2.09 1.78 1.53 5/214 5394
/proc/meminfo: memFree=30699588/32770624 swapFree=67108860/67108860
[pid=5378] ppid=5375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116742046 9740288 345 18446744073709551615 4194304 5098028 140726669213744 140726669211848 139997551051388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 12570624 140726669222265 140726669222469 140726669222469 140726669225963 0
/proc/5378/statm: 2378 345 289 221 0 87 0
[pid=5380] ppid=5378 vsize=13974352 memory=39584 CPUtime=0.32 cores=1,3,5,7
/proc/5380/stat : 5380 (java) S 5378 5378 28892 0 -1 1077944320 9172 0 0 0 29 3 0 0 20 0 15 0 116742052 14309736448 9896 18446744073709551615 4194304 4196468 140732791985616 140732791968160 139947496898295 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
/proc/5380/statm: 3493588 9896 2993 1 0 3482964 0
[pid=5380/tid=5381] ppid=5378 vsize=13978608 memory=6933928925625698159 CPUtime=0.19 cores=1,3,5,7
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 28892 0 -1 4202560 6305 0 0 0 17 2 0 0 20 0 15 0 116742052 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139947501119288 139947499175024 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5382] ppid=5378 vsize=13978608 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742053 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139947096926864 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5383] ppid=5378 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742053 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139947095874064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5384] ppid=5378 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742053 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139947094821264 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5385] ppid=5378 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116742053 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139947093768464 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5386] ppid=5378 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116742054 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139946975370096 139947496909442 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5387] ppid=5378 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116742055 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139946974316064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5388] ppid=5378 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116742055 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139946973263216 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5389] ppid=5378 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139946972211536 139947496916891 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5390] ppid=5378 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5380/task/5390/stat : 5390 (java) S 5378 5378 28892 0 -1 1077944384 527 0 0 0 2 0 0 0 20 0 15 0 116742058 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139946971158896 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5391] ppid=5378 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5380/task/5391/stat : 5391 (java) S 5378 5378 28892 0 -1 1077944384 328 0 0 0 2 0 0 0 20 0 15 0 116742058 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139946970106096 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5392] ppid=5378 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5380/task/5392/stat : 5392 (java) S 5378 5378 28892 0 -1 1077944384 749 0 0 0 7 0 0 0 20 0 15 0 116742058 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139946969053296 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5393] ppid=5378 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139946968000736 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5394] ppid=5378 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742063 14314094592 9954 18446744073709551615 4194304 4196468 140732791985616 139946966949040 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40964 KiB

[startup+0.701148 s]
/proc/loadavg: 2.09 1.78 1.53 5/214 5394
/proc/meminfo: memFree=30686776/32770624 swapFree=67108860/67108860
[pid=5378] ppid=5375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116742046 9740288 345 18446744073709551615 4194304 5098028 140726669213744 140726669211848 139997551051388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 12570624 140726669222265 140726669222469 140726669222469 140726669225963 0
/proc/5378/statm: 2378 345 289 221 0 87 0
[pid=5380] ppid=5378 vsize=13980732 memory=75624 CPUtime=1.39 cores=1,3,5,7
/proc/5380/stat : 5380 (java) S 5378 5378 28892 0 -1 1077944320 13952 0 0 0 134 5 0 0 20 0 15 0 116742052 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 140732791968160 139947496898295 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
/proc/5380/statm: 3495183 18906 3179 1 0 3483476 0
[pid=5380/tid=5381] ppid=5378 vsize=13980732 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 28892 0 -1 4202560 8442 0 0 0 54 3 0 0 20 0 15 0 116742052 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139947501137200 139947097068365 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5382] ppid=5378 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742053 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139947096926864 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5383] ppid=5378 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742053 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139947095874064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5384] ppid=5378 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742053 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139947094821264 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5385] ppid=5378 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116742053 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139947093768464 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5386] ppid=5378 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 116742054 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139946975370096 139947496909442 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5387] ppid=5378 vsize=13980732 memory=26 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116742055 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139946974316064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5388] ppid=5378 vsize=13980732 memory=79 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116742055 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139946973263216 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5389] ppid=5378 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139946972211536 139947496916891 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5390] ppid=5378 vsize=13980732 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/5380/task/5390/stat : 5390 (java) R 5378 5378 28892 0 -1 4202560 1308 0 0 0 24 0 0 0 20 0 15 0 116742058 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139946971145920 139947480794168 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5391] ppid=5378 vsize=13980732 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/5380/task/5391/stat : 5391 (java) R 5378 5378 28892 0 -1 4202560 1231 0 0 0 23 0 0 0 20 0 15 0 116742058 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139946970092120 139947478442529 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5392] ppid=5378 vsize=13980732 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/5380/task/5392/stat : 5392 (java) R 5378 5378 28892 0 -1 4202560 1664 0 0 0 31 0 0 0 20 0 15 0 116742058 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139946969053296 139947475388945 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5393] ppid=5378 vsize=13980732 memory=2764 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139946968000736 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5394] ppid=5378 vsize=13980732 memory=6933928925625698159 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742063 14316269568 18906 18446744073709551615 4194304 4196468 140732791985616 139946966949040 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 77004 KiB

[startup+1.50089 s]
/proc/loadavg: 2.09 1.78 1.53 5/214 5394
/proc/meminfo: memFree=30650976/32770624 swapFree=67108860/67108860
[pid=5378] ppid=5375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116742046 9740288 345 18446744073709551615 4194304 5098028 140726669213744 140726669211848 139997551051388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 12570624 140726669222265 140726669222469 140726669222469 140726669225963 0
/proc/5378/statm: 2378 345 289 221 0 87 0
[pid=5380] ppid=5378 vsize=13980732 memory=120904 CPUtime=3.54 cores=1,3,5,7
/proc/5380/stat : 5380 (java) S 5378 5378 28892 0 -1 1077944320 20082 0 0 0 348 6 0 0 20 0 15 0 116742052 14316269568 30226 18446744073709551615 4194304 4196468 140732791985616 140732791968160 139947496898295 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
/proc/5380/statm: 3495183 30226 3192 1 0 3483476 0
[pid=5380/tid=5381] ppid=5378 vsize=13980732 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 28892 0 -1 4202560 9734 0 0 0 133 3 0 0 20 0 15 0 116742052 14316269568 30226 18446744073709551615 4194304 4196468 140732791985616 139947501136120 139947101324580 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5382] ppid=5378 vsize=13980732 memory=63364 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742053 14316269568 30226 18446744073709551615 4194304 4196468 140732791985616 139947096926864 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5383] ppid=5378 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742053 14316269568 30226 18446744073709551615 4194304 4196468 140732791985616 139947095874064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5384] ppid=5378 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116742053 14316269568 30226 18446744073709551615 4194304 4196468 140732791985616 139947094821264 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5385] ppid=5378 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

[pid=5380/tid=5386] ppid=5378 vsize=13980732 memory=1380 CPUtime=0.96 cores=1,3,5,7
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 28892 0 -1 1077944384 5717 0 0 0 87 9 0 0 20 0 15 0 116742054 14316269568 541875 18446744073709551615 4194304 4196468 140732791985616 139946975370096 139947496909442 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5387] ppid=5378 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 28892 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 116742055 14316269568 541875 18446744073709551615 4194304 4196468 140732791985616 139946974316064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5388] ppid=5378 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 28892 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 116742055 14316269568 541875 18446744073709551615 4194304 4196468 140732791985616 139946973263216 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5389] ppid=5378 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14316269568 541875 18446744073709551615 4194304 4196468 140732791985616 139946972211536 139947496916891 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5390] ppid=5378 vsize=13980732 memory=1380 CPUtime=1.35 cores=1,3,5,7
/proc/5380/task/5390/stat : 5390 (java) S 5378 5378 28892 0 -1 1077944384 9800 0 0 0 134 1 0 0 20 0 15 0 116742058 14316269568 541875 18446744073709551615 4194304 4196468 140732791985616 139946971158896 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5391] ppid=5378 vsize=13980732 memory=2167500 CPUtime=1.68 cores=1,3,5,7
/proc/5380/task/5391/stat : 5391 (java) S 5378 5378 28892 0 -1 1077944384 12721 0 0 0 167 1 0 0 20 0 15 0 116742058 14316269568 541875 18446744073709551615 4194304 4196468 140732791985616 139946970106096 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5392] ppid=5378 vsize=13980732 memory=2167500 CPUtime=0.52 cores=1,3,5,7
/proc/5380/task/5392/stat : 5392 (java) S 5378 5378 28892 0 -1 1077944384 8549 0 0 0 50 2 0 0 20 0 15 0 116742058 14316269568 541875 18446744073709551615 4194304 4196468 140732791985616 139946969053296 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5393] ppid=5378 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14316269568 541875 18446744073709551615 4194304 4196468 140732791985616 139946968000736 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5394] ppid=5378 vsize=13980732 memory=1380 CPUtime=0.58 cores=1,3,5,7
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 28892 0 -1 1077944384 1197 0 0 0 26 32 0 0 20 0 15 0 116742063 14316269568 541875 18446744073709551615 4194304 4196468 140732791985616 139946966949040 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
Current children cumulated CPU time: 2393.89 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2168880 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.71 1.71 3/214 5611
/proc/meminfo: memFree=28793528/32770624 swapFree=67108860/67108860
[pid=5378] ppid=5375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116742046 9740288 345 18446744073709551615 4194304 5098028 140726669213744 140726669211848 139997551051388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 12570624 140726669222265 140726669222469 140726669222469 140726669225963 0
/proc/5378/statm: 2378 345 289 221 0 87 0
[pid=5380] ppid=5378 vsize=13980732 memory=2171620 CPUtime=2454.96 cores=1,3,5,7
/proc/5380/stat : 5380 (java) S 5378 5378 28892 0 -1 1077944320 99097 0 0 0 245390 106 0 0 20 0 15 0 116742052 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 140732791968160 139947496898295 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
/proc/5380/statm: 3495183 542905 3233 1 0 3483476 0
[pid=5380/tid=5381] ppid=5378 vsize=13980732 memory=2171620 CPUtime=2437.59 cores=1,3,5,7
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 28892 0 -1 4202560 32042 0 0 0 243724 35 0 0 20 0 15 0 116742052 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139947501137520 139947101014379 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5382] ppid=5378 vsize=13980732 memory=2171620 CPUtime=3.03 cores=1,3,5,7
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 28892 0 -1 1077944384 5554 0 0 0 294 9 0 0 20 0 15 0 116742053 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139947096926864 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5383] ppid=5378 vsize=13980732 memory=2171620 CPUtime=3.03 cores=1,3,5,7
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 28892 0 -1 1077944384 7735 0 0 0 296 7 0 0 20 0 15 0 116742053 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139947095874064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5384] ppid=5378 vsize=13980732 memory=1380 CPUtime=3.05 cores=1,3,5,7
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 28892 0 -1 1077944384 6037 0 0 0 296 9 0 0 20 0 15 0 116742053 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139947094821264 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5385] ppid=5378 vsize=13980732 memory=2171620 CPUtime=3.03 cores=1,3,5,7
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 28892 0 -1 1077944384 8190 0 0 0 296 7 0 0 20 0 15 0 116742053 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139947093768464 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5386] ppid=5378 vsize=13980732 memory=1380 CPUtime=0.99 cores=1,3,5,7
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 28892 0 -1 1077944384 5897 0 0 0 90 9 0 0 20 0 15 0 116742054 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139946975370096 139947496909442 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5387] ppid=5378 vsize=13980732 memory=2171620 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 28892 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 116742055 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139946974316064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5388] ppid=5378 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 28892 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 116742055 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139946973263216 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5389] ppid=5378 vsize=13980732 memory=2171620 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139946972211536 139947496916891 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5390] ppid=5378 vsize=13980732 memory=1380 CPUtime=1.35 cores=1,3,5,7
/proc/5380/task/5390/stat : 5390 (java) S 5378 5378 28892 0 -1 1077944384 9802 0 0 0 134 1 0 0 20 0 15 0 116742058 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139946971158896 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5391] ppid=5378 vsize=13980732 memory=2171620 CPUtime=1.68 cores=1,3,5,7
/proc/5380/task/5391/stat : 5391 (java) S 5378 5378 28892 0 -1 1077944384 12723 0 0 0 167 1 0 0 20 0 15 0 116742058 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139946970106096 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5392] ppid=5378 vsize=13980732 memory=7680170660397595203 CPUtime=0.52 cores=1,3,5,7
/proc/5380/task/5392/stat : 5392 (java) S 5378 5378 28892 0 -1 1077944384 8551 0 0 0 50 2 0 0 20 0 15 0 116742058 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139946969053296 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5393] ppid=5378 vsize=13980732 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139946968000736 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5394] ppid=5378 vsize=13980732 memory=1380 CPUtime=0.6 cores=1,3,5,7
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 28892 0 -1 1077944384 1212 0 0 0 27 33 0 0 20 0 15 0 116742063 14316269568 542905 18446744073709551615 4194304 4196468 140732791985616 139946966949040 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
Current children cumulated CPU time: 2454.96 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2173000 KiB

[startup+2502.3 s]
/proc/loadavg: 1.78 1.75 1.73 3/211 5613
/proc/meminfo: memFree=28807940/32770624 swapFree=67108860/67108860
[pid=5378] ppid=5375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116742046 9740288 345 18446744073709551615 4194304 5098028 140726669213744 140726669211848 139997551051388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 12570624 140726669222265 140726669222469 140726669222469 140726669225963 0
/proc/5378/statm: 2378 345 289 221 0 87 0
[pid=5380] ppid=5378 vsize=13980732 memory=2183032 CPUtime=2515.93 cores=1,3,5,7
/proc/5380/stat : 5380 (java) S 5378 5378 28892 0 -1 1077944320 104703 0 0 0 251485 108 0 0 20 0 15 0 116742052 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 140732791968160 139947496898295 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
/proc/5380/statm: 3495183 545758 3233 1 0 3483476 0
[pid=5380/tid=5381] ppid=5378 vsize=13980732 memory=1380 CPUtime=2497.21 cores=1,3,5,7
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 28892 0 -1 4202560 35068 0 0 0 249685 36 0 0 20 0 15 0 116742052 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139947501137824 139947101353140 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5382] ppid=5378 vsize=13980732 memory=2183032 CPUtime=3.36 cores=1,3,5,7
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 28892 0 -1 1077944384 6118 0 0 0 327 9 0 0 20 0 15 0 116742053 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139947096926864 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5383] ppid=5378 vsize=13980732 memory=1380 CPUtime=3.36 cores=1,3,5,7
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 28892 0 -1 1077944384 8881 0 0 0 328 8 0 0 20 0 15 0 116742053 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139947095874064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5384] ppid=5378 vsize=13980732 memory=2183032 CPUtime=3.36 cores=1,3,5,7
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 28892 0 -1 1077944384 6329 0 0 0 327 9 0 0 20 0 15 0 116742053 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139947094821264 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5385] ppid=5378 vsize=13980732 memory=1380 CPUtime=3.36 cores=1,3,5,7
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 28892 0 -1 1077944384 8552 0 0 0 329 7 0 0 20 0 15 0 116742053 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139947093768464 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5386] ppid=5378 vsize=13980732 memory=2183032 CPUtime=1.01 cores=1,3,5,7
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 28892 0 -1 1077944384 6088 0 0 0 92 9 0 0 20 0 15 0 116742054 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946975370096 139947496909442 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5387] ppid=5378 vsize=13980732 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 28892 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 116742055 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946974316064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5388] ppid=5378 vsize=13980732 memory=62932 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 28892 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 116742055 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946973263216 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5389] ppid=5378 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946972211536 139947496916891 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5390] ppid=5378 vsize=13980732 memory=2183032 CPUtime=1.35 cores=1,3,5,7
/proc/5380/task/5390/stat : 5390 (java) S 5378 5378 28892 0 -1 1077944384 9804 0 0 0 134 1 0 0 20 0 15 0 116742058 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946971158896 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5391] ppid=5378 vsize=13980732 memory=1380 CPUtime=1.68 cores=1,3,5,7
/proc/5380/task/5391/stat : 5391 (java) S 5378 5378 28892 0 -1 1077944384 12725 0 0 0 167 1 0 0 20 0 15 0 116742058 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946970106096 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5392] ppid=5378 vsize=13980732 memory=1380 CPUtime=0.52 cores=1,3,5,7
/proc/5380/task/5392/stat : 5392 (java) S 5378 5378 28892 0 -1 1077944384 8553 0 0 0 50 2 0 0 20 0 15 0 116742058 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946969053296 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5393] ppid=5378 vsize=13980732 memory=2183032 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946968000736 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5394] ppid=5378 vsize=13980732 memory=1380 CPUtime=0.62 cores=1,3,5,7
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 28892 0 -1 1077944384 1231 0 0 0 28 34 0 0 20 0 15 0 116742063 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946966949040 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
Current children cumulated CPU time: 2515.93 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2184412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.4 s]
/proc/loadavg: 1.80 1.75 1.73 3/211 5613
/proc/meminfo: memFree=28807940/32770624 swapFree=67108860/67108860
[pid=5378] ppid=5375 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5378/stat : 5378 (xcsp3-exec) S 5375 5378 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116742046 9740288 345 18446744073709551615 4194304 5098028 140726669213744 140726669211848 139997551051388 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 6 0 0 7196144 7232144 12570624 140726669222265 140726669222469 140726669222469 140726669225963 0
/proc/5378/statm: 2378 345 289 221 0 87 0
[pid=5380] ppid=5378 vsize=13980732 memory=2183032 CPUtime=2520.06 cores=1,3,5,7
/proc/5380/stat : 5380 (java) S 5378 5378 28892 0 -1 1077944320 104720 0 0 0 251898 108 0 0 20 0 15 0 116742052 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 140732791968160 139947496898295 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
/proc/5380/statm: 3495183 545758 3233 1 0 3483476 0
[pid=5380/tid=5381] ppid=5378 vsize=13980732 memory=2248 CPUtime=2501.3 cores=1,3,5,7
/proc/5380/task/5381/stat : 5381 (java) R 5378 5378 28892 0 -1 4202560 35072 0 0 0 250094 36 0 0 20 0 15 0 116742052 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139947501137520 139947100941766 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5382] ppid=5378 vsize=13980732 memory=7680170660397595203 CPUtime=3.37 cores=1,3,5,7
/proc/5380/task/5382/stat : 5382 (java) S 5378 5378 28892 0 -1 1077944384 6120 0 0 0 328 9 0 0 20 0 15 0 116742053 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139947096926864 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5383] ppid=5378 vsize=13980732 memory=62932 CPUtime=3.37 cores=1,3,5,7
/proc/5380/task/5383/stat : 5383 (java) S 5378 5378 28892 0 -1 1077944384 8887 0 0 0 329 8 0 0 20 0 15 0 116742053 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139947095874064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5384] ppid=5378 vsize=13980732 memory=1296 CPUtime=3.37 cores=1,3,5,7
/proc/5380/task/5384/stat : 5384 (java) S 5378 5378 28892 0 -1 1077944384 6330 0 0 0 328 9 0 0 20 0 15 0 116742053 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139947094821264 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5385] ppid=5378 vsize=13980732 memory=1232 CPUtime=3.37 cores=1,3,5,7
/proc/5380/task/5385/stat : 5385 (java) S 5378 5378 28892 0 -1 1077944384 8556 0 0 0 330 7 0 0 20 0 15 0 116742053 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139947093768464 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5386] ppid=5378 vsize=13980732 memory=2248 CPUtime=1.01 cores=1,3,5,7
/proc/5380/task/5386/stat : 5386 (java) S 5378 5378 28892 0 -1 1077944384 6088 0 0 0 92 9 0 0 20 0 15 0 116742054 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946975370096 139947496909442 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5387] ppid=5378 vsize=13980732 memory=4300 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5387/stat : 5387 (java) S 5378 5378 28892 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 116742055 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946974316064 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5388] ppid=5378 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5388/stat : 5388 (java) S 5378 5378 28892 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 116742055 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946973263216 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5389] ppid=5378 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5389/stat : 5389 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946972211536 139947496916891 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5390] ppid=5378 vsize=13980732 memory=2183032 CPUtime=1.35 cores=1,3,5,7
/proc/5380/task/5390/stat : 5390 (java) S 5378 5378 28892 0 -1 1077944384 9804 0 0 0 134 1 0 0 20 0 15 0 116742058 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946971158896 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5391] ppid=5378 vsize=13980732 memory=1992 CPUtime=1.68 cores=1,3,5,7
/proc/5380/task/5391/stat : 5391 (java) S 5378 5378 28892 0 -1 1077944384 12725 0 0 0 167 1 0 0 20 0 15 0 116742058 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946970106096 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5392] ppid=5378 vsize=13980732 memory=1296 CPUtime=0.52 cores=1,3,5,7
/proc/5380/task/5392/stat : 5392 (java) S 5378 5378 28892 0 -1 1077944384 8553 0 0 0 50 2 0 0 20 0 15 0 116742058 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946969053296 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5393] ppid=5378 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5380/task/5393/stat : 5393 (java) S 5378 5378 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116742058 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946968000736 139947496908501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
[pid=5380/tid=5394] ppid=5378 vsize=13980732 memory=2183032 CPUtime=0.62 cores=1,3,5,7
/proc/5380/task/5394/stat : 5394 (java) S 5378 5378 28892 0 -1 1077944384 1231 0 0 0 28 34 0 0 20 0 15 0 116742063 14316269568 545758 18446744073709551615 4194304 4196468 140732791985616 139946966949040 139947496909442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 24981504 140732791988657 140732791988833 140732791988833 140732791992271 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2184412 KiB

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

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2506.42
CPU time (s): 2520.08
CPU user time (s): 2518.99
CPU system time (s): 1.09049
CPU usage (%): 100.545
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2184412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.99
system time used= 1.09049
maximum resident set size= 2183616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105473
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82383
involuntary context switches= 1997


# summary of solver processes directly reported to runsolver:
#   pid: 5378
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2518.99
#   total CPU system time (s): 1.09049

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3443 second user time and 22.5177 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 14:10:39
IDJOB=4281934
IDBENCH=135432
IDSOLVER=2677
FILE ID=node127/4281934-1503145490
RUNJOBID= node127-1503095799-28951
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-l152lav.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-4281934-1503145490/watcher-4281934-1503145490 -o /tmp/evaluation-result-4281934-1503145490/solver-4281934-1503145490 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 243161498 HOME/instance-4281934-1503145490.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=243161498

node127.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.92
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.92
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.92
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.92
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:        30728744 kB
MemAvailable:   31562952 kB
Buffers:          298144 kB
Cached:           837916 kB
SwapCached:            0 kB
Active:          1220208 kB
Inactive:         372696 kB
Active(anon):     407488 kB
Inactive(anon):    99188 kB
Active(file):     812720 kB
Inactive(file):   273508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7956 kB
Writeback:             0 kB
AnonPages:        468992 kB
Mapped:            74656 kB
Shmem:             49828 kB
Slab:             153992 kB
SReclaimable:     127628 kB
SUnreclaim:        26364 kB
KernelStack:        3760 kB
PageTables:         6536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1683980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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 node127 at 2017-08-19 14:52:25