Trace number 4405911

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 2019-09-24? (TO) 2520.05 2503.62

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-10-06-fair.xml
MD5SUM93355dee8c41895d58696aeae14790df
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark15.4169
Satisfiable
(Un)Satisfiability was proved
Number of variables16091
Number of constraints15232
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2156},{"size":201,"count":77},{"size":20001,"count":13858}]
Minimum variable degree2
Maximum variable degree131
Distribution of variable degrees[{"degree":2,"count":14227},{"degree":3,"count":360},{"degree":4,"count":36},{"degree":5,"count":180},{"degree":6,"count":109},{"degree":7,"count":310},{"degree":8,"count":413},{"degree":9,"count":246},{"degree":10,"count":22},{"degree":11,"count":13},{"degree":12,"count":72},{"degree":13,"count":70},{"degree":22,"count":1},{"degree":32,"count":7},{"degree":52,"count":7},{"degree":54,"count":4},{"degree":64,"count":1},{"degree":73,"count":6},{"degree":114,"count":2},{"degree":115,"count":4},{"degree":131,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2488},{"arity":3,"count":12742}]
Number of extensional constraints0
Number of intensional constraints15232
Distribution of constraint types[{"type":"intension","count":15232}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405911-1569413331.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405911-1569413331.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.29	c parse instance...
7.97/2.61	c solve instance...
2520.02/2503.60	s UNKNOWN
2520.02/2503.60	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 (12360 MiB free)
  memory of node 1: 16384 MiB (11971 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405911-1569413331/watcher-4405911-1569413331 -o /var/tmp/evaluation-result-4405911-1569413331/solver-4405911-1569413331 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1569396632-21641 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 954226294 HOME/instance-4405911-1569413331.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
solver pid=25629, runsolver pid=25626
Current StackSize limit: 8192 KiB


[startup+0.100613 s]*
/proc/loadavg: 4.59 4.06 2.92 4/229 25645
/proc/meminfo: memFree=24899600/32770624 swapFree=66997344/67108860
[pid=25629] ppid=25626 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25629/stat : 25629 (xcsp3-exec) S 25626 25629 21609 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517600867 115843072 363 33554432000 4194304 5098028 140726941455152 140726941453256 140657192256124 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32346112 140726941463383 140726941463641 140726941463641 140726941466566 0
/proc/25629/statm: 28282 363 304 221 0 87 0
[pid=25631] ppid=25629 vsize=15144776 memory=28824 CPUtime=0.12 cores=1,3,5,7
/proc/25631/stat : 25631 (java) S 25629 25629 21609 0 -1 1077944320 5685 0 0 0 11 1 0 0 20 0 15 0 517600867 15508250624 7206 33554432000 4194304 4196468 140734101785408 140734101767952 139859068710647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
/proc/25631/statm: 3786194 7206 3115 1 0 3748377 0
[pid=25631/tid=25632] ppid=25629 vsize=15144776 memory=576460756329955459 CPUtime=0.08 cores=1,3,5,7
/proc/25631/task/25632/stat : 25632 (java) R 25629 25629 21609 0 -1 4202560 3629 0 0 0 8 0 0 0 20 0 15 0 517600868 15508250624 7206 33554432000 4194304 4196468 140734101785408 139859072943920 139859068722582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25633] ppid=25629 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25633/stat : 25633 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600868 15508250624 7206 33554432000 4194304 4196468 140734101785408 139858660927760 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25634] ppid=25629 vsize=15144776 memory=3762116594121229984 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25634/stat : 25634 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600869 15508250624 7206 33554432000 4194304 4196468 140734101785408 139858659875216 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25635] ppid=25629 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25635/stat : 25635 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600869 15508250624 7206 33554432000 4194304 4196468 140734101785408 139858658822672 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25636] ppid=25629 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25636/stat : 25636 (java) S 25629 25629 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517600869 15508250624 7206 33554432000 4194304 4196468 140734101785408 139858657770128 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25637] ppid=25629 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25637/stat : 25637 (java) S 25629 25629 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517600870 15508250624 7206 33554432000 4194304 4196468 140734101785408 139857942764016 139859068721794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25638] ppid=25629 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25638/stat : 25638 (java) S 25629 25629 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517600870 15508250624 7206 33554432000 4194304 4196468 140734101785408 139857941710240 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25639] ppid=25629 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25639/stat : 25639 (java) S 25629 25629 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517600871 15508250624 7206 33554432000 4194304 4196468 140734101785408 139857940657648 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25640] ppid=25629 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25640/stat : 25640 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15508250624 7206 33554432000 4194304 4196468 140734101785408 139857939606224 139859068729243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25641] ppid=25629 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25641/stat : 25641 (java) S 25629 25629 21609 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 517600873 15508250624 7206 33554432000 4194304 4196468 140734101785408 139857938552816 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25642] ppid=25629 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25642/stat : 25642 (java) S 25629 25629 21609 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 517600873 15508250624 7206 33554432000 4194304 4196468 140734101785408 139857937500272 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25643] ppid=25629 vsize=15144776 memory=140646928008832 CPUtime=0.01 cores=1,3,5,7
/proc/25631/task/25643/stat : 25643 (java) R 25629 25629 21609 0 -1 4202560 324 0 0 0 1 0 0 0 20 0 15 0 517600873 15508250624 7206 33554432000 4194304 4196468 140734101785408 139857936447728 139859052957216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25644] ppid=25629 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25644/stat : 25644 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15508250624 7206 33554432000 4194304 4196468 140734101785408 139857935395424 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25645] ppid=25629 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25645/stat : 25645 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600873 15508250624 7206 33554432000 4194304 4196468 140734101785408 139857934342960 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30276 KiB

[startup+0.210699 s]*
/proc/loadavg: 4.59 4.06 2.92 3/229 25645
/proc/meminfo: memFree=24885772/32770624 swapFree=66997344/67108860
[pid=25629] ppid=25626 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25629/stat : 25629 (xcsp3-exec) S 25626 25629 21609 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517600867 115843072 363 33554432000 4194304 5098028 140726941455152 140726941453256 140657192256124 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32346112 140726941463383 140726941463641 140726941463641 140726941466566 0
/proc/25629/statm: 28282 363 304 221 0 87 0
[pid=25631] ppid=25629 vsize=15144776 memory=41368 CPUtime=0.34 cores=1,3,5,7
/proc/25631/stat : 25631 (java) S 25629 25629 21609 0 -1 1077944320 9551 0 0 0 31 3 0 0 20 0 15 0 517600867 15508250624 10342 33554432000 4194304 4196468 140734101785408 140734101767952 139859068710647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
/proc/25631/statm: 3786194 10342 3318 1 0 3748377 0
[pid=25631/tid=25632] ppid=25629 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/25631/task/25632/stat : 25632 (java) R 25629 25629 21609 0 -1 4202560 6654 0 0 0 18 2 0 0 20 0 15 0 517600868 15508250624 10342 33554432000 4194304 4196468 140734101785408 139859072942560 139859068722582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25633] ppid=25629 vsize=15144776 memory=8998 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25633/stat : 25633 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600868 15508250624 10342 33554432000 4194304 4196468 140734101785408 139858660927760 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25634] ppid=25629 vsize=15144776 memory=140646931896569 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25634/stat : 25634 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600869 15508250624 10342 33554432000 4194304 4196468 140734101785408 139858659875216 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25635] ppid=25629 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25635/stat : 25635 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600869 15508250624 10342 33554432000 4194304 4196468 140734101785408 139858658822672 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25636] ppid=25629 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25636/stat : 25636 (java) S 25629 25629 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517600869 15508250624 10342 33554432000 4194304 4196468 140734101785408 139858657770128 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25637] ppid=25629 vsize=15144776 memory=140646928008832 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25637/stat : 25637 (java) S 25629 25629 21609 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517600870 15508250624 10342 33554432000 4194304 4196468 140734101785408 139857942764016 139859068721794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25638] ppid=25629 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25638/stat : 25638 (java) S 25629 25629 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517600870 15508250624 10342 33554432000 4194304 4196468 140734101785408 139857941710240 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25639] ppid=25629 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25639/stat : 25639 (java) S 25629 25629 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517600871 15508250624 10342 33554432000 4194304 4196468 140734101785408 139857940657648 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25640] ppid=25629 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25640/stat : 25640 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15508250624 10342 33554432000 4194304 4196468 140734101785408 139857939606224 139859068729243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25641] ppid=25629 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25631/task/25641/stat : 25641 (java) S 25629 25629 21609 0 -1 1077944384 400 0 0 0 2 0 0 0 20 0 15 0 517600873 15508250624 10342 33554432000 4194304 4196468 140734101785408 139857938552816 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25642] ppid=25629 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25631/task/25642/stat : 25642 (java) S 25629 25629 21609 0 -1 1077944384 476 0 0 0 2 0 0 0 20 0 15 0 517600873 15508250624 10342 33554432000 4194304 4196468 140734101785408 139857937500272 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25643] ppid=25629 vsize=15144776 memory=140646928008832 CPUtime=0.07 cores=1,3,5,7
/proc/25631/task/25643/stat : 25643 (java) R 25629 25629 21609 0 -1 4202560 713 0 0 0 7 0 0 0 20 0 15 0 517600873 15508250624 10342 33554432000 4194304 4196468 140734101785408 139857936447728 139859068731994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25644] ppid=25629 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25644/stat : 25644 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15508250624 10342 33554432000 4194304 4196468 140734101785408 139857935395424 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25645] ppid=25629 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25645/stat : 25645 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600873 15508250624 10342 33554432000 4194304 4196468 140734101785408 139857934342960 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42820 KiB

[startup+0.311318 s]*
/proc/loadavg: 4.59 4.06 2.92 6/229 25645
/proc/meminfo: memFree=24880788/32770624 swapFree=66997344/67108860
[pid=25629] ppid=25626 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25629/stat : 25629 (xcsp3-exec) S 25626 25629 21609 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517600867 115843072 363 33554432000 4194304 5098028 140726941455152 140726941453256 140657192256124 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32346112 140726941463383 140726941463641 140726941463641 140726941466566 0
/proc/25629/statm: 28282 363 304 221 0 87 0
[pid=25631] ppid=25629 vsize=15149032 memory=50076 CPUtime=0.52 cores=1,3,5,7
/proc/25631/stat : 25631 (java) S 25629 25629 21609 0 -1 1077944320 10819 0 0 0 49 3 0 0 20 0 15 0 517600867 15512608768 12519 33554432000 4194304 4196468 140734101785408 140734101767952 139859068710647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
/proc/25631/statm: 3787258 12519 3353 1 0 3748377 0
[pid=25631/tid=25632] ppid=25629 vsize=15149032 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/25631/task/25632/stat : 25632 (java) R 25629 25629 21609 0 -1 4202560 7782 0 0 0 27 2 0 0 20 0 15 0 517600868 15512608768 12519 33554432000 4194304 4196468 140734101785408 139859072947808 139859068732573 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25633] ppid=25629 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25633/stat : 25633 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600868 15512608768 12519 33554432000 4194304 4196468 140734101785408 139858660927760 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25634] ppid=25629 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25634/stat : 25634 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600869 15512608768 12519 33554432000 4194304 4196468 140734101785408 139858659875216 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25635] ppid=25629 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25635/stat : 25635 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600869 15512608768 12519 33554432000 4194304 4196468 140734101785408 139858658822672 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25636] ppid=25629 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25636/stat : 25636 (java) S 25629 25629 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517600869 15512608768 12519 33554432000 4194304 4196468 140734101785408 139858657770128 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25637] ppid=25629 vsize=15149032 memory=-7233795122398871711 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25637/stat : 25637 (java) S 25629 25629 21609 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517600870 15512608768 12519 33554432000 4194304 4196468 140734101785408 139857942764016 139859068721794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25638] ppid=25629 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25638/stat : 25638 (java) S 25629 25629 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517600870 15512608768 12519 33554432000 4194304 4196468 140734101785408 139857941710240 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25639] ppid=25629 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25639/stat : 25639 (java) S 25629 25629 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517600871 15512608768 12519 33554432000 4194304 4196468 140734101785408 139857940657648 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25640] ppid=25629 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25640/stat : 25640 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15512608768 12519 33554432000 4194304 4196468 140734101785408 139857939606224 139859068729243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25641] ppid=25629 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/25631/task/25641/stat : 25641 (java) R 25629 25629 21609 0 -1 4202560 485 0 0 0 4 0 0 0 20 0 15 0 517600873 15512608768 12519 33554432000 4194304 4196468 140734101785408 139857938543200 139859054734482 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25642] ppid=25629 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/25631/task/25642/stat : 25642 (java) S 25629 25629 21609 0 -1 1077944384 487 0 0 0 4 0 0 0 20 0 15 0 517600873 15512608768 12519 33554432000 4194304 4196468 140734101785408 139857937500272 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25643] ppid=25629 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/25631/task/25643/stat : 25643 (java) S 25629 25629 21609 0 -1 1077944384 760 0 0 0 12 0 0 0 20 0 15 0 517600873 15512608768 12519 33554432000 4194304 4196468 140734101785408 139857936447728 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25644] ppid=25629 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25644/stat : 25644 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15512608768 12519 33554432000 4194304 4196468 140734101785408 139857935395424 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25645] ppid=25629 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25645/stat : 25645 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600873 15512608768 12519 33554432000 4194304 4196468 140734101785408 139857934342960 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51528 KiB

[startup+0.701612 s]
/proc/loadavg: 4.59 4.06 2.92 5/229 25645
/proc/meminfo: memFree=24852152/32770624 swapFree=66997344/67108860
[pid=25629] ppid=25626 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25629/stat : 25629 (xcsp3-exec) S 25626 25629 21609 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517600867 115843072 363 33554432000 4194304 5098028 140726941455152 140726941453256 140657192256124 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32346112 140726941463383 140726941463641 140726941463641 140726941466566 0
/proc/25629/statm: 28282 363 304 221 0 87 0
[pid=25631] ppid=25629 vsize=15151156 memory=110428 CPUtime=1.74 cores=1,3,5,7
/proc/25631/stat : 25631 (java) S 25629 25629 21609 0 -1 1077944320 14117 0 0 0 169 5 0 0 20 0 15 0 517600867 15514783744 27607 33554432000 4194304 4196468 140734101785408 140734101767952 139859068710647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
/proc/25631/statm: 3787789 27607 3446 1 0 3748889 0
[pid=25631/tid=25632] ppid=25629 vsize=15151156 memory=-3704326594973231466 CPUtime=0.66 cores=1,3,5,7
/proc/25631/task/25632/stat : 25632 (java) R 25629 25629 21609 0 -1 4202560 8373 0 0 0 63 3 0 0 20 0 15 0 517600868 15514783744 27607 33554432000 4194304 4196468 140734101785408 139859072944776 139858709564123 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25633] ppid=25629 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25633/stat : 25633 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600868 15514783744 27607 33554432000 4194304 4196468 140734101785408 139858660927760 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25634] ppid=25629 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25634/stat : 25634 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600869 15514783744 27607 33554432000 4194304 4196468 140734101785408 139858659875216 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25635] ppid=25629 vsize=15151156 memory=740 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25635/stat : 25635 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600869 15514783744 27607 33554432000 4194304 4196468 140734101785408 139858658822672 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25636] ppid=25629 vsize=15151156 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25636/stat : 25636 (java) S 25629 25629 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517600869 15514783744 27607 33554432000 4194304 4196468 140734101785408 139858657770128 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25637] ppid=25629 vsize=15151156 memory=9564 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25637/stat : 25637 (java) S 25629 25629 21609 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517600870 15514783744 27607 33554432000 4194304 4196468 140734101785408 139857942764016 139859068721794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25638] ppid=25629 vsize=15151156 memory=4076 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25638/stat : 25638 (java) S 25629 25629 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517600870 15514783744 27607 33554432000 4194304 4196468 140734101785408 139857941710240 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25639] ppid=25629 vsize=15151156 memory=2836 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25639/stat : 25639 (java) S 25629 25629 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517600871 15514783744 27607 33554432000 4194304 4196468 140734101785408 139857940657648 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25640] ppid=25629 vsize=15151156 memory=1540 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25640/stat : 25640 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15514783744 27607 33554432000 4194304 4196468 140734101785408 139857939606224 139859068729243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25641] ppid=25629 vsize=15151156 memory=1732 CPUtime=0.37 cores=1,3,5,7
/proc/25631/task/25641/stat : 25641 (java) R 25629 25629 21609 0 -1 4202560 1430 0 0 0 37 0 0 0 20 0 15 0 517600873 15514783744 27607 33554432000 4194304 4196468 140734101785408 139857938532880 139859050255995 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25642] ppid=25629 vsize=15151156 memory=6140 CPUtime=0.37 cores=1,3,5,7
/proc/25631/task/25642/stat : 25642 (java) R 25629 25629 21609 0 -1 4202560 1423 0 0 0 37 0 0 0 20 0 15 0 517600873 15514783744 27607 33554432000 4194304 4196468 140734101785408 139857937491600 139859050235794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25643] ppid=25629 vsize=15151156 memory=772 CPUtime=0.31 cores=1,3,5,7
/proc/25631/task/25643/stat : 25643 (java) S 25629 25629 21609 0 -1 1077944384 1583 0 0 0 31 0 0 0 20 0 15 0 517600873 15514783744 27607 33554432000 4194304 4196468 140734101785408 139857936447728 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25644] ppid=25629 vsize=15151156 memory=952 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25644/stat : 25644 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15514783744 28119 33554432000 4194304 4196468 140734101785408 139857935395424 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25645] ppid=25629 vsize=15151156 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25645/stat : 25645 (java) S 25629 25629 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517600873 15514783744 28119 33554432000 4194304 4196468 140734101785408 139857934342960 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 111880 KiB

[startup+1.50561 s]
/proc/loadavg: 4.59 4.06 2.92 5/229 25645
/proc/meminfo: memFree=24733620/32770624 swapFree=66997344/67108860
[pid=25629] ppid=25626 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25629/stat : 25629 (xcsp3-exec) S 25626 25629 21609 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517600867 115843072 363 33554432000 4194304 5098028 140726941455152 140726941453256 140657192256124 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32346112 140726941463383 140726941463641 140726941463641 140726941466566 0
/proc/25629/statm: 28282 363 304 221 0 87 0

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

[pid=25631/tid=25637] ppid=25629 vsize=15153204 memory=1452 CPUtime=0.44 cores=1,3,5,7
/proc/25631/task/25637/stat : 25637 (java) S 25629 25629 21609 0 -1 1077944384 3050 0 0 0 42 2 0 0 20 0 15 0 517600870 15516880896 487436 33554432000 4194304 4196468 140734101785408 139857942764016 139859068721794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25638] ppid=25629 vsize=15153204 memory=1949744 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25638/stat : 25638 (java) S 25629 25629 21609 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 517600870 15516880896 487436 33554432000 4194304 4196468 140734101785408 139857941710304 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25639] ppid=25629 vsize=15153204 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25639/stat : 25639 (java) S 25629 25629 21609 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 517600871 15516880896 487436 33554432000 4194304 4196468 140734101785408 139857940657664 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25640] ppid=25629 vsize=15153204 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25640/stat : 25640 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15516880896 487436 33554432000 4194304 4196468 140734101785408 139857939606224 139859068729243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25641] ppid=25629 vsize=15153204 memory=1452 CPUtime=4.39 cores=1,3,5,7
/proc/25631/task/25641/stat : 25641 (java) S 25629 25629 21609 0 -1 1077944384 20464 0 0 0 436 3 0 0 20 0 15 0 517600873 15516880896 487436 33554432000 4194304 4196468 140734101785408 139857938552816 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25642] ppid=25629 vsize=15153204 memory=1452 CPUtime=4.02 cores=1,3,5,7
/proc/25631/task/25642/stat : 25642 (java) S 25629 25629 21609 0 -1 1077944384 20155 0 0 0 399 3 0 0 20 0 15 0 517600873 15516880896 487436 33554432000 4194304 4196468 140734101785408 139857937500272 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25643] ppid=25629 vsize=15153204 memory=1949744 CPUtime=1.07 cores=1,3,5,7
/proc/25631/task/25643/stat : 25643 (java) S 25629 25629 21609 0 -1 1077944384 13467 0 0 0 104 3 0 0 20 0 15 0 517600873 15516880896 487436 33554432000 4194304 4196468 140734101785408 139857936447728 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25644] ppid=25629 vsize=15153204 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25644/stat : 25644 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15516880896 487436 33554432000 4194304 4196468 140734101785408 139857935395424 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25645] ppid=25629 vsize=15153204 memory=1452 CPUtime=1.3 cores=1,3,5,7
/proc/25631/task/25645/stat : 25645 (java) S 25629 25629 21609 0 -1 1077944384 1265 0 0 0 55 75 0 0 20 0 15 0 517600873 15516880896 487436 33554432000 4194304 4196468 140734101785408 139857934342960 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
Current children cumulated CPU time: 2398.44 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1951196 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/229 26025
/proc/meminfo: memFree=22566484/32770624 swapFree=66997356/67108860
[pid=25629] ppid=25626 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25629/stat : 25629 (xcsp3-exec) S 25626 25629 21609 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517600867 115843072 363 33554432000 4194304 5098028 140726941455152 140726941453256 140657192256124 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32346112 140726941463383 140726941463641 140726941463641 140726941466566 0
/proc/25629/statm: 28282 363 304 221 0 87 0
[pid=25631] ppid=25629 vsize=15153204 memory=1976368 CPUtime=2458.69 cores=1,3,5,7
/proc/25631/stat : 25631 (java) S 25629 25629 21609 0 -1 1077944320 127233 0 0 0 245683 186 0 0 20 0 15 0 517600867 15516880896 494092 33554432000 4194304 4196468 140734101785408 140734101767952 139859068710647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
/proc/25631/statm: 3788301 494092 3534 1 0 3749401 0
[pid=25631/tid=25632] ppid=25629 vsize=15153204 memory=1452 CPUtime=2439.82 cores=1,3,5,7
/proc/25631/task/25632/stat : 25632 (java) R 25629 25629 21609 0 -1 4202560 53376 0 0 0 243963 19 0 0 20 0 15 0 517600868 15516880896 494092 33554432000 4194304 4196468 140734101785408 139859072950288 139858715531052 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25633] ppid=25629 vsize=15153204 memory=1976368 CPUtime=1.88 cores=1,3,5,7
/proc/25631/task/25633/stat : 25633 (java) S 25629 25629 21609 0 -1 1077944384 3010 0 0 0 165 23 0 0 20 0 15 0 517600868 15516880896 494092 33554432000 4194304 4196468 140734101785408 139858660927760 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25634] ppid=25629 vsize=15153204 memory=1976368 CPUtime=1.87 cores=1,3,5,7
/proc/25631/task/25634/stat : 25634 (java) S 25629 25629 21609 0 -1 1077944384 3952 0 0 0 165 22 0 0 20 0 15 0 517600869 15516880896 494092 33554432000 4194304 4196468 140734101785408 139858659875216 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25635] ppid=25629 vsize=15153204 memory=1976368 CPUtime=1.88 cores=1,3,5,7
/proc/25631/task/25635/stat : 25635 (java) S 25629 25629 21609 0 -1 1077944384 3829 0 0 0 165 23 0 0 20 0 15 0 517600869 15516880896 494092 33554432000 4194304 4196468 140734101785408 139858658822672 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25636] ppid=25629 vsize=15153204 memory=1976368 CPUtime=1.9 cores=1,3,5,7
/proc/25631/task/25636/stat : 25636 (java) S 25629 25629 21609 0 -1 1077944384 3080 0 0 0 167 23 0 0 20 0 15 0 517600869 15516880896 494092 33554432000 4194304 4196468 140734101785408 139858657770128 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25637] ppid=25629 vsize=15153204 memory=1452 CPUtime=0.45 cores=1,3,5,7
/proc/25631/task/25637/stat : 25637 (java) S 25629 25629 21609 0 -1 1077944384 3269 0 0 0 42 3 0 0 20 0 15 0 517600870 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857942764016 139859068721794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25638] ppid=25629 vsize=15153204 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25638/stat : 25638 (java) S 25629 25629 21609 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 517600870 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857941710304 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25639] ppid=25629 vsize=15153204 memory=1976368 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25639/stat : 25639 (java) S 25629 25629 21609 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 517600871 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857940657664 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25640] ppid=25629 vsize=15153204 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25640/stat : 25640 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857939606224 139859068729243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25641] ppid=25629 vsize=15153204 memory=1452 CPUtime=4.39 cores=1,3,5,7
/proc/25631/task/25641/stat : 25641 (java) S 25629 25629 21609 0 -1 1077944384 20466 0 0 0 436 3 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857938552816 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25642] ppid=25629 vsize=15153204 memory=1452 CPUtime=4.02 cores=1,3,5,7
/proc/25631/task/25642/stat : 25642 (java) S 25629 25629 21609 0 -1 1077944384 20158 0 0 0 399 3 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857937500272 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25643] ppid=25629 vsize=15153204 memory=1976368 CPUtime=1.07 cores=1,3,5,7
/proc/25631/task/25643/stat : 25643 (java) S 25629 25629 21609 0 -1 1077944384 13469 0 0 0 104 3 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857936447728 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25644] ppid=25629 vsize=15153204 memory=1976368 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25644/stat : 25644 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857935395424 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25645] ppid=25629 vsize=15153204 memory=1452 CPUtime=1.33 cores=1,3,5,7
/proc/25631/task/25645/stat : 25645 (java) S 25629 25629 21609 0 -1 1077944384 1287 0 0 0 56 77 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857934342960 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
Current children cumulated CPU time: 2458.69 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1977820 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/229 26031
/proc/meminfo: memFree=22565672/32770624 swapFree=66997356/67108860
[pid=25629] ppid=25626 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25629/stat : 25629 (xcsp3-exec) S 25626 25629 21609 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517600867 115843072 363 33554432000 4194304 5098028 140726941455152 140726941453256 140657192256124 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32346112 140726941463383 140726941463641 140726941463641 140726941466566 0
/proc/25629/statm: 28282 363 304 221 0 87 0
[pid=25631] ppid=25629 vsize=15153204 memory=1976368 CPUtime=2518.72 cores=1,3,5,7
/proc/25631/stat : 25631 (java) S 25629 25629 21609 0 -1 1077944320 128257 0 0 0 251684 188 0 0 20 0 15 0 517600867 15516880896 494092 33554432000 4194304 4196468 140734101785408 140734101767952 139859068710647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
/proc/25631/statm: 3788301 494092 3534 1 0 3749401 0
[pid=25631/tid=25632] ppid=25629 vsize=15153204 memory=1976368 CPUtime=2499.82 cores=1,3,5,7
/proc/25631/task/25632/stat : 25632 (java) R 25629 25629 21609 0 -1 4202560 54366 0 0 0 249963 19 0 0 20 0 15 0 517600868 15516880896 494092 33554432000 4194304 4196468 140734101785408 139859072950288 139858716993376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25633] ppid=25629 vsize=15153204 memory=1452 CPUtime=1.88 cores=1,3,5,7
/proc/25631/task/25633/stat : 25633 (java) S 25629 25629 21609 0 -1 1077944384 3010 0 0 0 165 23 0 0 20 0 15 0 517600868 15516880896 494092 33554432000 4194304 4196468 140734101785408 139858660927760 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25634] ppid=25629 vsize=15153204 memory=1976368 CPUtime=1.87 cores=1,3,5,7
/proc/25631/task/25634/stat : 25634 (java) S 25629 25629 21609 0 -1 1077944384 3952 0 0 0 165 22 0 0 20 0 15 0 517600869 15516880896 494092 33554432000 4194304 4196468 140734101785408 139858659875216 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25635] ppid=25629 vsize=15153204 memory=1976368 CPUtime=1.88 cores=1,3,5,7
/proc/25631/task/25635/stat : 25635 (java) S 25629 25629 21609 0 -1 1077944384 3829 0 0 0 165 23 0 0 20 0 15 0 517600869 15516880896 494092 33554432000 4194304 4196468 140734101785408 139858658822672 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25636] ppid=25629 vsize=15153204 memory=1452 CPUtime=1.9 cores=1,3,5,7
/proc/25631/task/25636/stat : 25636 (java) S 25629 25629 21609 0 -1 1077944384 3080 0 0 0 167 23 0 0 20 0 15 0 517600869 15516880896 494092 33554432000 4194304 4196468 140734101785408 139858657770128 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25637] ppid=25629 vsize=15153204 memory=1452 CPUtime=0.45 cores=1,3,5,7
/proc/25631/task/25637/stat : 25637 (java) S 25629 25629 21609 0 -1 1077944384 3275 0 0 0 42 3 0 0 20 0 15 0 517600870 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857942764016 139859068721794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25638] ppid=25629 vsize=15153204 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25638/stat : 25638 (java) S 25629 25629 21609 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 517600870 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857941710304 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25639] ppid=25629 vsize=15153204 memory=1976368 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25639/stat : 25639 (java) S 25629 25629 21609 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 517600871 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857940657664 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25640] ppid=25629 vsize=15153204 memory=1976368 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25640/stat : 25640 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857939606224 139859068729243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25641] ppid=25629 vsize=15153204 memory=1976368 CPUtime=4.39 cores=1,3,5,7
/proc/25631/task/25641/stat : 25641 (java) S 25629 25629 21609 0 -1 1077944384 20468 0 0 0 436 3 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857938552816 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25642] ppid=25629 vsize=15153204 memory=1976368 CPUtime=4.02 cores=1,3,5,7
/proc/25631/task/25642/stat : 25642 (java) S 25629 25629 21609 0 -1 1077944384 20161 0 0 0 399 3 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857937500272 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25643] ppid=25629 vsize=15153204 memory=1732 CPUtime=1.07 cores=1,3,5,7
/proc/25631/task/25643/stat : 25643 (java) S 25629 25629 21609 0 -1 1077944384 13471 0 0 0 104 3 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857936447728 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25644] ppid=25629 vsize=15153204 memory=6140 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25644/stat : 25644 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857935395424 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25645] ppid=25629 vsize=15153204 memory=1976368 CPUtime=1.37 cores=1,3,5,7
/proc/25631/task/25645/stat : 25645 (java) S 25629 25629 21609 0 -1 1077944384 1308 0 0 0 57 80 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857934342960 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
Current children cumulated CPU time: 2518.72 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1977820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2503.6 s]
/proc/loadavg: 2.00 2.01 2.07 3/229 26031
/proc/meminfo: memFree=22565672/32770624 swapFree=66997356/67108860
[pid=25629] ppid=25626 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/25629/stat : 25629 (xcsp3-exec) S 25626 25629 21609 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517600867 115843072 363 33554432000 4194304 5098028 140726941455152 140726941453256 140657192256124 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32346112 140726941463383 140726941463641 140726941463641 140726941466566 0
/proc/25629/statm: 28282 363 304 221 0 87 0
[pid=25631] ppid=25629 vsize=15153204 memory=1976368 CPUtime=2520.02 cores=1,3,5,7
/proc/25631/stat : 25631 (java) S 25629 25629 21609 0 -1 1077944320 128258 0 0 0 251814 188 0 0 20 0 15 0 517600867 15516880896 494092 33554432000 4194304 4196468 140734101785408 140734101767952 139859068710647 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
/proc/25631/statm: 3788301 494092 3534 1 0 3749401 0
[pid=25631/tid=25632] ppid=25629 vsize=15153204 memory=1452 CPUtime=2501.12 cores=1,3,5,7
/proc/25631/task/25632/stat : 25632 (java) R 25629 25629 21609 0 -1 4202560 54367 0 0 0 250093 19 0 0 20 0 15 0 517600868 15516880896 494092 33554432000 4194304 4196468 140734101785408 139859072950288 139858715531484 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25633] ppid=25629 vsize=15153204 memory=1976368 CPUtime=1.88 cores=1,3,5,7
/proc/25631/task/25633/stat : 25633 (java) S 25629 25629 21609 0 -1 1077944384 3010 0 0 0 165 23 0 0 20 0 15 0 517600868 15516880896 494092 33554432000 4194304 4196468 140734101785408 139858660927760 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25634] ppid=25629 vsize=15153204 memory=984 CPUtime=1.87 cores=1,3,5,7
/proc/25631/task/25634/stat : 25634 (java) S 25629 25629 21609 0 -1 1077944384 3952 0 0 0 165 22 0 0 20 0 15 0 517600869 15516880896 494092 33554432000 4194304 4196468 140734101785408 139858659875216 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25635] ppid=25629 vsize=15153204 memory=2004 CPUtime=1.88 cores=1,3,5,7
/proc/25631/task/25635/stat : 25635 (java) S 25629 25629 21609 0 -1 1077944384 3829 0 0 0 165 23 0 0 20 0 15 0 517600869 15516880896 494092 33554432000 4194304 4196468 140734101785408 139858658822672 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25636] ppid=25629 vsize=15153204 memory=1432 CPUtime=1.9 cores=1,3,5,7
/proc/25631/task/25636/stat : 25636 (java) S 25629 25629 21609 0 -1 1077944384 3080 0 0 0 167 23 0 0 20 0 15 0 517600869 15516880896 494092 33554432000 4194304 4196468 140734101785408 139858657770128 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25637] ppid=25629 vsize=15153204 memory=1060 CPUtime=0.45 cores=1,3,5,7
/proc/25631/task/25637/stat : 25637 (java) S 25629 25629 21609 0 -1 1077944384 3275 0 0 0 42 3 0 0 20 0 15 0 517600870 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857942764016 139859068721794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25638] ppid=25629 vsize=15153204 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25638/stat : 25638 (java) S 25629 25629 21609 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 517600870 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857941710304 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25639] ppid=25629 vsize=15153204 memory=58532 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25639/stat : 25639 (java) S 25629 25629 21609 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 517600871 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857940657664 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25640] ppid=25629 vsize=15153204 memory=984 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25640/stat : 25640 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857939606224 139859068729243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25641] ppid=25629 vsize=15153204 memory=2004 CPUtime=4.39 cores=1,3,5,7
/proc/25631/task/25641/stat : 25641 (java) S 25629 25629 21609 0 -1 1077944384 20468 0 0 0 436 3 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857938552816 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25642] ppid=25629 vsize=15153204 memory=1432 CPUtime=4.02 cores=1,3,5,7
/proc/25631/task/25642/stat : 25642 (java) S 25629 25629 21609 0 -1 1077944384 20161 0 0 0 399 3 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857937500272 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25643] ppid=25629 vsize=15153204 memory=1060 CPUtime=1.07 cores=1,3,5,7
/proc/25631/task/25643/stat : 25643 (java) S 25629 25629 21609 0 -1 1077944384 13471 0 0 0 104 3 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857936447728 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25644] ppid=25629 vsize=15153204 memory=740 CPUtime=0 cores=1,3,5,7
/proc/25631/task/25644/stat : 25644 (java) S 25629 25629 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857935395424 139859068720853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
[pid=25631/tid=25645] ppid=25629 vsize=15153204 memory=1228 CPUtime=1.37 cores=1,3,5,7
/proc/25631/task/25645/stat : 25645 (java) S 25629 25629 21609 0 -1 1077944384 1308 0 0 0 57 80 0 0 20 0 15 0 517600873 15516880896 494092 33554432000 4194304 4196468 140734101785408 139857934342960 139859068721794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27897856 140734101787611 140734101787786 140734101787786 140734101790671 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1977820 KiB

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

[startup+2503.62 s]
# the end of solver process 25629 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.16 s, system=1.8995 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): 2503.62
CPU time (s): 2520.05
CPU user time (s): 2518.16
CPU system time (s): 1.8995
CPU usage (%): 100.657
Max. virtual memory (cumulated for all children) (KiB): 15266332
Max. memory (cumulated for all children) (KiB): 1977820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.16
system time used= 1.8995
maximum resident set size= 1977076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129239
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58054
involuntary context switches= 863


# summary of solver processes directly reported to runsolver:
#   pid: 25629
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.16
#   total CPU system time (s): 1.8995

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8123 second user time and 25.1309 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-25 14:08:13
IDJOB=4405911
IDBENCH=139285
IDSOLVER=2869
FILE ID=node126/4405911-1569413331
RUNJOBID= node126-1569396632-21641
PBS_JOBID= 21705687
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-10-06-fair.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405911-1569413331/watcher-4405911-1569413331 -o /var/tmp/evaluation-result-4405911-1569413331/solver-4405911-1569413331 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1569396632-21641 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 954226294 HOME/instance-4405911-1569413331.xml

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

MD5SUM BENCH= 93355dee8c41895d58696aeae14790df
RANDOM SEED=954226294

node126.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.45
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.45
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.45
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.45
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:        24915848 kB
MemAvailable:   31550508 kB
Buffers:          116680 kB
Cached:          6717828 kB
SwapCached:         7508 kB
Active:          3667544 kB
Inactive:        3471208 kB
Active(anon):     298304 kB
Inactive(anon):    56860 kB
Active(file):    3369240 kB
Inactive(file):  3414348 kB
Unevictable:      109436 kB
Mlocked:          109436 kB
SwapTotal:      67108860 kB
SwapFree:       66997344 kB
Dirty:             26824 kB
Writeback:             0 kB
AnonPages:        535048 kB
Mapped:            68976 kB
Shmem:             41912 kB
Slab:             309344 kB
SReclaimable:     279532 kB
SUnreclaim:        29812 kB
KernelStack:        4048 kB
PageTables:         6344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1523056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node126 at 2019-09-25 14:49:57