Trace number 4284177

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-08-18)? (TO) 2520.05 2499.1201

General information on the benchmark

NameSchurrLemma/SchurrLemma-nor-s1/
SchurrLemma-nor-067-4.xml
MD5SUM22c6c6446a04b334dd8f238e60106d6c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables67
Number of constraints1089
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":67}]
Minimum variable degree33
Maximum variable degree65
Distribution of variable degrees[{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":2},{"degree":49,"count":4},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":2},{"degree":65,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":1089}]
Number of extensional constraints0
Number of intensional constraints1089
Distribution of constraint types[{"type":"intension","count":1089}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284177-1503226444.xml"  -tl '2520s' -p 1 -x 3
0.10/0.26	c [HOME/instance-4284177-1503226444.xml, -tl, 2520s, -p, 1, -x, 3]
0.31/0.32	c simple solver
0.31/0.39	c parse instance...
1.62/0.86	c solve instance...
2520.03/2499.11	s UNKNOWN
2520.03/2499.11	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 (10992 MiB free)
  memory of node 1: 16384 MiB (15716 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284177-1503226444/watcher-4284177-1503226444 -o /tmp/evaluation-result-4284177-1503226444/solver-4284177-1503226444 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30215 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1845838806 HOME/instance-4284177-1503226444.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=7870, runsolver pid=7867

[startup+0.100154 s]*
/proc/loadavg: 1.95 1.96 1.95 3/205 7877
/proc/meminfo: memFree=27343936/32770624 swapFree=67108860/67108860
[pid=7870] ppid=7867 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/7870/stat : 7870 (xcsp3-exec) S 7867 7870 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 21054068 9740288 344 18446744073709551615 4194304 5098028 140727961291648 140727961289752 140349537460860 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23695360 140727961297273 140727961297478 140727961297478 140727961300971 0
/proc/7870/statm: 2378 344 289 221 0 87 0
[pid=7872] ppid=7870 vsize=13441356 memory=15952 CPUtime=0.01 cores=1,3,5,7
/proc/7872/stat : 7872 (java) S 7870 7870 16431 0 -1 1077944320 3735 0 0 0 1 0 0 0 20 0 7 0 21054077 13763948544 3988 18446744073709551615 4194304 4196468 140726630621968 140726630604512 140136316792567 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
/proc/7872/statm: 3360339 3988 2025 1 0 3349836 0
[pid=7872/tid=7873] ppid=7870 vsize=13441356 memory=-6739615476349292588 CPUtime=0.01 cores=1,3,5,7
/proc/7872/task/7873/stat : 7873 (java) R 7870 7870 16431 0 -1 4202560 2512 0 0 0 1 0 0 0 20 0 7 0 21054077 13763948544 3988 18446744073709551615 4194304 4196468 140726630621968 140136321035024 140136302475093 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7874] ppid=7870 vsize=13441356 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7874/stat : 7874 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 21054078 13763948544 3988 18446744073709551615 4194304 4196468 140726630621968 140136273759376 140136316802773 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7875] ppid=7870 vsize=13441356 memory=140678626166400 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7875/stat : 7875 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 21054078 13763948544 3988 18446744073709551615 4194304 4196468 140726630621968 140136272706576 140136316802773 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7876] ppid=7870 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7876/stat : 7876 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 21054078 13763948544 3988 18446744073709551615 4194304 4196468 140726630621968 140136271653776 140136316802773 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7877] ppid=7870 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7877/stat : 7877 (java) S 7870 7870 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 21054078 13763948544 3988 18446744073709551615 4194304 4196468 140726630621968 140136270600976 140136316802773 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7878] ppid=7870 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7878/stat : 7878 (java) S 7870 7870 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 21054079 13763948544 3988 18446744073709551615 4194304 4196468 140726630621968 140135862462832 140136316803714 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 17328 KiB

[startup+0.209983 s]*
/proc/loadavg: 1.95 1.96 1.95 5/214 7886
/proc/meminfo: memFree=27333680/32770624 swapFree=67108860/67108860
[pid=7870] ppid=7867 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/7870/stat : 7870 (xcsp3-exec) S 7867 7870 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 21054068 9740288 344 18446744073709551615 4194304 5098028 140727961291648 140727961289752 140349537460860 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23695360 140727961297273 140727961297478 140727961297478 140727961300971 0
/proc/7870/statm: 2378 344 289 221 0 87 0
[pid=7872] ppid=7870 vsize=13974352 memory=27080 CPUtime=0.1 cores=1,3,5,7
/proc/7872/stat : 7872 (java) S 7870 7870 16431 0 -1 1077944320 5187 0 0 0 9 1 0 0 20 0 15 0 21054077 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140726630604512 140136316792567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
/proc/7872/statm: 3493588 6770 2748 1 0 3482964 0
[pid=7872/tid=7873] ppid=7870 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=1,3,5,7
/proc/7872/task/7873/stat : 7873 (java) R 7870 7870 16431 0 -1 4202560 3332 0 0 0 7 0 0 0 20 0 15 0 21054077 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140136321014960 140136309029694 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7874] ppid=7870 vsize=13974352 memory=10596 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7874/stat : 7874 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054078 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140136273759376 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7875] ppid=7870 vsize=13974352 memory=140678626391208 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7875/stat : 7875 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054078 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140136272706576 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7876] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7876/stat : 7876 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054078 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140136271653776 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7877] ppid=7870 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7877/stat : 7877 (java) S 7870 7870 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21054078 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140136270600976 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7878] ppid=7870 vsize=13974352 memory=140678626166400 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7878/stat : 7878 (java) S 7870 7870 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21054079 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140135862462832 140136316803714 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7879] ppid=7870 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7879/stat : 7879 (java) S 7870 7870 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 21054079 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140135861408800 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7880] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7880/stat : 7880 (java) S 7870 7870 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 21054080 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140135860355952 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7881] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7881/stat : 7881 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140135859304272 140136316811163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7882] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7882/stat : 7882 (java) R 7870 7870 16431 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 21054082 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140135790275440 140136316803714 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7883] ppid=7870 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7883/stat : 7883 (java) R 7870 7870 16431 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 15 0 21054082 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140135789222640 140136302771401 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7884] ppid=7870 vsize=13974352 memory=140678626166400 CPUtime=0.01 cores=1,3,5,7
/proc/7872/task/7884/stat : 7884 (java) S 7870 7870 16431 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 15 0 21054082 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140135788169840 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7885] ppid=7870 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7885/stat : 7885 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140135787117280 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7886] ppid=7870 vsize=13974352 memory=140678626166400 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7886/stat : 7886 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054087 14309736448 6770 18446744073709551615 4194304 4196468 140726630621968 140135786064560 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28456 KiB

[startup+0.31043 s]*
/proc/loadavg: 1.95 1.96 1.95 3/214 7886
/proc/meminfo: memFree=27322400/32770624 swapFree=67108860/67108860
[pid=7870] ppid=7867 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/7870/stat : 7870 (xcsp3-exec) S 7867 7870 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 21054068 9740288 344 18446744073709551615 4194304 5098028 140727961291648 140727961289752 140349537460860 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23695360 140727961297273 140727961297478 140727961297478 140727961300971 0
/proc/7870/statm: 2378 344 289 221 0 87 0
[pid=7872] ppid=7870 vsize=13974352 memory=39724 CPUtime=0.31 cores=1,3,5,7
/proc/7872/stat : 7872 (java) S 7870 7870 16431 0 -1 1077944320 9006 0 0 0 28 3 0 0 20 0 15 0 21054077 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140726630604512 140136316792567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
/proc/7872/statm: 3493588 9931 3015 1 0 3482964 0
[pid=7872/tid=7873] ppid=7870 vsize=13974352 memory=6933928925625698159 CPUtime=0.18 cores=1,3,5,7
/proc/7872/task/7873/stat : 7873 (java) R 7870 7870 16431 0 -1 4202560 6116 0 0 0 16 2 0 0 20 0 15 0 21054077 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140136321021264 140136298355387 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7874] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7874/stat : 7874 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054078 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140136273759376 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7875] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7875/stat : 7875 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054078 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140136272706576 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7876] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7876/stat : 7876 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054078 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140136271653776 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7877] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7877/stat : 7877 (java) S 7870 7870 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21054078 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140136270600976 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7878] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7878/stat : 7878 (java) S 7870 7870 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21054079 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140135862462832 140136316803714 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7879] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7879/stat : 7879 (java) S 7870 7870 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 21054079 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140135861408800 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7880] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7880/stat : 7880 (java) S 7870 7870 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 21054080 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140135860355952 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7881] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7881/stat : 7881 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140135859304272 140136316811163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7882] ppid=7870 vsize=13974352 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7872/task/7882/stat : 7882 (java) S 7870 7870 16431 0 -1 1077944384 633 0 0 0 3 0 0 0 20 0 15 0 21054082 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140135790275440 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7883] ppid=7870 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7872/task/7883/stat : 7883 (java) S 7870 7870 16431 0 -1 1077944384 214 0 0 0 1 0 0 0 20 0 15 0 21054082 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140135789222640 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7884] ppid=7870 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/7872/task/7884/stat : 7884 (java) S 7870 7870 16431 0 -1 1077944384 740 0 0 0 6 0 0 0 20 0 15 0 21054082 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140135788169840 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7885] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7885/stat : 7885 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140135787117280 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7886] ppid=7870 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7886/stat : 7886 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054087 14309736448 9931 18446744073709551615 4194304 4196468 140726630621968 140135786064560 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41100 KiB

[startup+0.701836 s]
/proc/loadavg: 1.95 1.96 1.95 4/214 7886
/proc/meminfo: memFree=27310952/32770624 swapFree=67108860/67108860
[pid=7870] ppid=7867 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/7870/stat : 7870 (xcsp3-exec) S 7867 7870 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 21054068 9740288 344 18446744073709551615 4194304 5098028 140727961291648 140727961289752 140349537460860 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23695360 140727961297273 140727961297478 140727961297478 140727961300971 0
/proc/7870/statm: 2378 344 289 221 0 87 0
[pid=7872] ppid=7870 vsize=13980732 memory=69596 CPUtime=1.25 cores=1,3,5,7
/proc/7872/stat : 7872 (java) S 7870 7870 16431 0 -1 1077944320 13564 0 0 0 119 6 0 0 20 0 15 0 21054077 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140726630604512 140136316792567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
/proc/7872/statm: 3495183 17399 3165 1 0 3483476 0
[pid=7872/tid=7873] ppid=7870 vsize=13980732 memory=277 CPUtime=0.55 cores=1,3,5,7
/proc/7872/task/7873/stat : 7873 (java) S 7870 7870 16431 0 -1 1077944384 8400 0 0 0 51 4 0 0 20 0 15 0 21054077 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140136321028448 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7874] ppid=7870 vsize=13980732 memory=719 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7874/stat : 7874 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054078 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140136273759376 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7875] ppid=7870 vsize=13980732 memory=281356999498032 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7875/stat : 7875 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054078 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140136272706576 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7876] ppid=7870 vsize=13980732 memory=-6948614817169703622 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7876/stat : 7876 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054078 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140136271653776 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7877] ppid=7870 vsize=13980732 memory=-2245088631185882904 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7877/stat : 7877 (java) S 7870 7870 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21054078 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140136270600976 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7878] ppid=7870 vsize=13980732 memory=7887619824144493131 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7878/stat : 7878 (java) S 7870 7870 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 21054079 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140135862462832 140136316803714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7879] ppid=7870 vsize=13980732 memory=-8412656558695488115 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7879/stat : 7879 (java) S 7870 7870 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 21054079 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140135861408800 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7880] ppid=7870 vsize=13980732 memory=6080510847789262439 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7880/stat : 7880 (java) S 7870 7870 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 21054080 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140135860355952 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7881] ppid=7870 vsize=13980732 memory=6369868223326348128 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7881/stat : 7881 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140135859304272 140136316811163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7882] ppid=7870 vsize=13980732 memory=7380643790801690985 CPUtime=0.17 cores=1,3,5,7
/proc/7872/task/7882/stat : 7882 (java) D 7870 7870 16431 0 -1 4202560 1229 0 0 0 17 0 0 0 20 0 15 0 21054082 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140135790260904 140136309029694 0 4 1 16800974 18446744071582151416 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7883] ppid=7870 vsize=13980732 memory=4294975163 CPUtime=0.15 cores=1,3,5,7
/proc/7872/task/7883/stat : 7883 (java) R 7870 7870 16431 0 -1 4202560 768 0 0 0 15 0 0 0 20 0 15 0 21054082 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140135789208104 140136309509719 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7884] ppid=7870 vsize=13980732 memory=166 CPUtime=0.33 cores=1,3,5,7
/proc/7872/task/7884/stat : 7884 (java) D 7870 7870 16431 0 -1 4202560 1860 0 0 0 33 0 0 0 20 0 15 0 21054082 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140135788166776 140136309892470 0 4 1 16800974 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7885] ppid=7870 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7885/stat : 7885 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140135787117280 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7886] ppid=7870 vsize=13980732 memory=5792583846518544235 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7886/stat : 7886 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054087 14316269568 17399 18446744073709551615 4194304 4196468 140726630621968 140135786064560 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 70972 KiB

[startup+1.50081 s]
/proc/loadavg: 1.95 1.96 1.95 6/214 7886
/proc/meminfo: memFree=27266804/32770624 swapFree=67108860/67108860
[pid=7870] ppid=7867 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/7870/stat : 7870 (xcsp3-exec) S 7867 7870 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 21054068 9740288 344 18446744073709551615 4194304 5098028 140727961291648 140727961289752 140349537460860 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23695360 140727961297273 140727961297478 140727961297478 140727961300971 0
/proc/7870/statm: 2378 344 289 221 0 87 0
[pid=7872] ppid=7870 vsize=13980732 memory=105048 CPUtime=3.86 cores=1,3,5,7
/proc/7872/stat : 7872 (java) S 7870 7870 16431 0 -1 1077944320 20370 0 0 0 378 8 0 0 20 0 15 0 21054077 14316269568 26262 18446744073709551615 4194304 4196468 140726630621968 140726630604512 140136316792567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
/proc/7872/statm: 3495183 26262 3205 1 0 3483476 0
[pid=7872/tid=7873] ppid=7870 vsize=13980732 memory=14452 CPUtime=1.34 cores=1,3,5,7
/proc/7872/task/7873/stat : 7873 (java) R 7870 7870 16431 0 -1 4202560 9416 0 0 0 129 5 0 0 20 0 15 0 21054077 14316269568 26262 18446744073709551615 4194304 4196468 140726630621968 140136321029688 140135947623324 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7874] ppid=7870 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7874/stat : 7874 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054078 14316269568 26262 18446744073709551615 4194304 4196468 140726630621968 140136273759376 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7875] ppid=7870 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7875/stat : 7875 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054078 14316269568 26262 18446744073709551615 4194304 4196468 140726630621968 140136272706576 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7876] ppid=7870 vsize=13980732 memory=15839839390844 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7876/stat : 7876 (java) S 7870 7870 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21054078 14316269568 26262 18446744073709551615 4194304 4196468 140726630621968 140136271653776 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7877] ppid=7870 vsize=13980732 memory=281356999644400 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7877/stat : 7877 (java) S 7870 7870 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21054078 14316269568 26262 18446744073709551615 4194304 4196468 140726630621968 140136270600976 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7878] ppid=7870 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7878/stat : 7878 (java) S 7870 7870 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 21054079 14316269568 26262 18446744073709551615 4194304 4196468 140726630621968 140135862462832 140136316803714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7879] ppid=7870 vsize=13980732 memory=281356999332320 CPUtime=0 cores=1,3,5,7

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

/proc/7872/task/7880/stat : 7880 (java) S 7870 7870 16431 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 21054080 14316269568 82501 18446744073709551615 4194304 4196468 140726630621968 140135860355952 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7881] ppid=7870 vsize=13980732 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7881/stat : 7881 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14316269568 82501 18446744073709551615 4194304 4196468 140726630621968 140135859304272 140136316811163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7882] ppid=7870 vsize=13980732 memory=4060 CPUtime=2.67 cores=1,3,5,7
/proc/7872/task/7882/stat : 7882 (java) S 7870 7870 16431 0 -1 1077944384 21548 0 0 0 264 3 0 0 20 0 15 0 21054082 14316269568 82501 18446744073709551615 4194304 4196468 140726630621968 140135790275440 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7883] ppid=7870 vsize=13980732 memory=1160 CPUtime=3.04 cores=1,3,5,7
/proc/7872/task/7883/stat : 7883 (java) S 7870 7870 16431 0 -1 1077944384 19442 0 0 0 301 3 0 0 20 0 15 0 21054082 14316269568 82501 18446744073709551615 4194304 4196468 140726630621968 140135789222640 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7884] ppid=7870 vsize=13980732 memory=329984 CPUtime=0.77 cores=1,3,5,7
/proc/7872/task/7884/stat : 7884 (java) S 7870 7870 16431 0 -1 1077944384 10430 0 0 0 75 2 0 0 20 0 15 0 21054082 14316269568 82501 18446744073709551615 4194304 4196468 140726630621968 140135788169840 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7885] ppid=7870 vsize=13980732 memory=5937836041387665000 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7885/stat : 7885 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14316269568 82501 18446744073709551615 4194304 4196468 140726630621968 140135787117280 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7886] ppid=7870 vsize=13980732 memory=1376 CPUtime=0.87 cores=1,3,5,7
/proc/7872/task/7886/stat : 7886 (java) S 7870 7870 16431 0 -1 1077944384 1769 0 0 0 38 49 0 0 20 0 15 0 21054087 14316269568 82501 18446744073709551615 4194304 4196468 140726630621968 140135786064560 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
Current children cumulated CPU time: 2402.22 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 331380 KiB

[startup+2442.3 s]
/proc/loadavg: 0.47 0.63 0.85 2/193 8177
/proc/meminfo: memFree=31423988/32770624 swapFree=67108860/67108860
[pid=7870] ppid=7867 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/7870/stat : 7870 (xcsp3-exec) S 7867 7870 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 21054068 9740288 344 18446744073709551615 4194304 5098028 140727961291648 140727961289752 140349537460860 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23695360 140727961297273 140727961297478 140727961297478 140727961300971 0
/proc/7870/statm: 2378 344 289 221 0 87 0
[pid=7872] ppid=7870 vsize=13980732 memory=329888 CPUtime=2462.75 cores=1,3,5,7
/proc/7872/stat : 7872 (java) S 7870 7870 16431 0 -1 1077944320 130805 0 0 0 246159 116 0 0 20 0 15 0 21054077 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140726630604512 140136316792567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
/proc/7872/statm: 3495183 82472 3256 1 0 3483476 0
[pid=7872/tid=7873] ppid=7870 vsize=13980732 memory=329888 CPUtime=2436.63 cores=1,3,5,7
/proc/7872/task/7873/stat : 7873 (java) R 7870 7870 16431 0 -1 4202560 30532 0 0 0 243651 12 0 0 20 0 15 0 21054077 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140136321032096 140135947376797 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7874] ppid=7870 vsize=13980732 memory=329888 CPUtime=4.49 cores=1,3,5,7
/proc/7872/task/7874/stat : 7874 (java) S 7870 7870 16431 0 -1 1077944384 8108 0 0 0 438 11 0 0 20 0 15 0 21054078 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140136273759376 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7875] ppid=7870 vsize=13980732 memory=329888 CPUtime=4.48 cores=1,3,5,7
/proc/7872/task/7875/stat : 7875 (java) S 7870 7870 16431 0 -1 1077944384 6931 0 0 0 438 10 0 0 20 0 15 0 21054078 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140136272706576 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7876] ppid=7870 vsize=13980732 memory=330072 CPUtime=4.49 cores=1,3,5,7
/proc/7872/task/7876/stat : 7876 (java) S 7870 7870 16431 0 -1 1077944384 8493 0 0 0 437 12 0 0 20 0 15 0 21054078 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140136271653776 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7877] ppid=7870 vsize=13980732 memory=1376 CPUtime=4.5 cores=1,3,5,7
/proc/7872/task/7877/stat : 7877 (java) S 7870 7870 16431 0 -1 1077944384 7853 0 0 0 440 10 0 0 20 0 15 0 21054078 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140136270600976 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7878] ppid=7870 vsize=13980732 memory=329888 CPUtime=0.69 cores=1,3,5,7
/proc/7872/task/7878/stat : 7878 (java) S 7870 7870 16431 0 -1 1077944384 14317 0 0 0 58 11 0 0 20 0 15 0 21054079 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140135862462832 140136316803714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7879] ppid=7870 vsize=13980732 memory=329888 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7879/stat : 7879 (java) S 7870 7870 16431 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 21054079 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140135861408800 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7880] ppid=7870 vsize=13980732 memory=329888 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7880/stat : 7880 (java) S 7870 7870 16431 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 21054080 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140135860355952 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7881] ppid=7870 vsize=13980732 memory=329888 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7881/stat : 7881 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140135859304272 140136316811163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7882] ppid=7870 vsize=13980732 memory=1376 CPUtime=2.67 cores=1,3,5,7
/proc/7872/task/7882/stat : 7882 (java) S 7870 7870 16431 0 -1 1077944384 21550 0 0 0 264 3 0 0 20 0 15 0 21054082 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140135790275440 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7883] ppid=7870 vsize=13980732 memory=329888 CPUtime=3.05 cores=1,3,5,7
/proc/7872/task/7883/stat : 7883 (java) S 7870 7870 16431 0 -1 1077944384 19444 0 0 0 302 3 0 0 20 0 15 0 21054082 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140135789222640 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7884] ppid=7870 vsize=13980732 memory=1376 CPUtime=0.77 cores=1,3,5,7
/proc/7872/task/7884/stat : 7884 (java) S 7870 7870 16431 0 -1 1077944384 10432 0 0 0 75 2 0 0 20 0 15 0 21054082 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140135788169840 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7885] ppid=7870 vsize=13980732 memory=329888 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7885/stat : 7885 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140135787117280 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7886] ppid=7870 vsize=13980732 memory=1376 CPUtime=0.89 cores=1,3,5,7
/proc/7872/task/7886/stat : 7886 (java) S 7870 7870 16431 0 -1 1077944384 1784 0 0 0 39 50 0 0 20 0 15 0 21054087 14316269568 82472 18446744073709551615 4194304 4196468 140726630621968 140135786064560 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
Current children cumulated CPU time: 2462.75 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 331264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.11 s]
/proc/loadavg: 0.83 0.71 0.86 2/191 8179
/proc/meminfo: memFree=31423460/32770624 swapFree=67108860/67108860
[pid=7870] ppid=7867 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/7870/stat : 7870 (xcsp3-exec) S 7867 7870 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 21054068 9740288 344 18446744073709551615 4194304 5098028 140727961291648 140727961289752 140349537460860 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23695360 140727961297273 140727961297478 140727961297478 140727961300971 0
/proc/7870/statm: 2378 344 289 221 0 87 0
[pid=7872] ppid=7870 vsize=13980732 memory=331504 CPUtime=2520.03 cores=1,3,5,7
/proc/7872/stat : 7872 (java) S 7870 7870 16431 0 -1 1077944320 133289 0 0 0 251884 119 0 0 20 0 15 0 21054077 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140726630604512 140136316792567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
/proc/7872/statm: 3495183 82876 3256 1 0 3483476 0
[pid=7872/tid=7873] ppid=7870 vsize=13980732 memory=331504 CPUtime=2493.25 cores=1,3,5,7
/proc/7872/task/7873/stat : 7873 (java) R 7870 7870 16431 0 -1 4202560 30824 0 0 0 249313 12 0 0 20 0 15 0 21054077 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140136321032064 140135948509254 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7874] ppid=7870 vsize=13980732 memory=331504 CPUtime=4.65 cores=1,3,5,7
/proc/7872/task/7874/stat : 7874 (java) S 7870 7870 16431 0 -1 1077944384 8222 0 0 0 453 12 0 0 20 0 15 0 21054078 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140136273759376 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7875] ppid=7870 vsize=13980732 memory=1376 CPUtime=4.62 cores=1,3,5,7
/proc/7872/task/7875/stat : 7875 (java) S 7870 7870 16431 0 -1 1077944384 7238 0 0 0 452 10 0 0 20 0 15 0 21054078 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140136272706576 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7876] ppid=7870 vsize=13980732 memory=331504 CPUtime=4.64 cores=1,3,5,7
/proc/7872/task/7876/stat : 7876 (java) S 7870 7870 16431 0 -1 1077944384 8606 0 0 0 452 12 0 0 20 0 15 0 21054078 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140136271653776 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7877] ppid=7870 vsize=13980732 memory=331504 CPUtime=4.65 cores=1,3,5,7
/proc/7872/task/7877/stat : 7877 (java) S 7870 7870 16431 0 -1 1077944384 7974 0 0 0 455 10 0 0 20 0 15 0 21054078 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140136270600976 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7878] ppid=7870 vsize=13980732 memory=331504 CPUtime=0.72 cores=1,3,5,7
/proc/7872/task/7878/stat : 7878 (java) S 7870 7870 16431 0 -1 1077944384 15601 0 0 0 61 11 0 0 20 0 15 0 21054079 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135862462832 140136316803714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7879] ppid=7870 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7879/stat : 7879 (java) S 7870 7870 16431 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 21054079 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135861408800 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7880] ppid=7870 vsize=13980732 memory=329888 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7880/stat : 7880 (java) S 7870 7870 16431 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 21054080 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135860355952 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7881] ppid=7870 vsize=13980732 memory=331504 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7881/stat : 7881 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135859304272 140136316811163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7882] ppid=7870 vsize=13980732 memory=140678500737712 CPUtime=2.68 cores=1,3,5,7
/proc/7872/task/7882/stat : 7882 (java) S 7870 7870 16431 0 -1 1077944384 21797 0 0 0 265 3 0 0 20 0 15 0 21054082 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135790275440 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7883] ppid=7870 vsize=13980732 memory=1376 CPUtime=3.05 cores=1,3,5,7
/proc/7872/task/7883/stat : 7883 (java) S 7870 7870 16431 0 -1 1077944384 19444 0 0 0 302 3 0 0 20 0 15 0 21054082 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135789222640 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7884] ppid=7870 vsize=13980732 memory=331504 CPUtime=0.77 cores=1,3,5,7
/proc/7872/task/7884/stat : 7884 (java) S 7870 7870 16431 0 -1 1077944384 10432 0 0 0 75 2 0 0 20 0 15 0 21054082 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135788169840 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7885] ppid=7870 vsize=13980732 memory=331504 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7885/stat : 7885 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135787117280 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7886] ppid=7870 vsize=13980732 memory=1376 CPUtime=0.91 cores=1,3,5,7
/proc/7872/task/7886/stat : 7886 (java) S 7870 7870 16431 0 -1 1077944384 1790 0 0 0 40 51 0 0 20 0 15 0 21054087 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135786064560 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 332880 KiB

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

[startup+2499.12 s]
# the end of solver process 7870 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000622 s, system=0.001245 s

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

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

[startup+2499.11 s]
/proc/loadavg: 0.83 0.71 0.86 2/191 8179
/proc/meminfo: memFree=31423460/32770624 swapFree=67108860/67108860
[pid=7870] ppid=7867 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/7870/stat : 7870 (xcsp3-exec) S 7867 7870 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 21054068 9740288 344 18446744073709551615 4194304 5098028 140727961291648 140727961289752 140349537460860 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23695360 140727961297273 140727961297478 140727961297478 140727961300971 0
/proc/7870/statm: 2378 344 289 221 0 87 0
[pid=7872] ppid=7870 vsize=13980732 memory=331504 CPUtime=2520.03 cores=1,3,5,7
/proc/7872/stat : 7872 (java) S 7870 7870 16431 0 -1 1077944320 133289 0 0 0 251884 119 0 0 20 0 15 0 21054077 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140726630604512 140136316792567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
/proc/7872/statm: 3495183 82876 3256 1 0 3483476 0
[pid=7872/tid=7873] ppid=7870 vsize=13980732 memory=331504 CPUtime=2493.25 cores=1,3,5,7
/proc/7872/task/7873/stat : 7873 (java) R 7870 7870 16431 0 -1 4202560 30824 0 0 0 249313 12 0 0 20 0 15 0 21054077 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140136321032064 140135948509254 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7874] ppid=7870 vsize=13980732 memory=331504 CPUtime=4.65 cores=1,3,5,7
/proc/7872/task/7874/stat : 7874 (java) S 7870 7870 16431 0 -1 1077944384 8222 0 0 0 453 12 0 0 20 0 15 0 21054078 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140136273759376 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7875] ppid=7870 vsize=13980732 memory=1376 CPUtime=4.62 cores=1,3,5,7
/proc/7872/task/7875/stat : 7875 (java) S 7870 7870 16431 0 -1 1077944384 7238 0 0 0 452 10 0 0 20 0 15 0 21054078 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140136272706576 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7876] ppid=7870 vsize=13980732 memory=331504 CPUtime=4.64 cores=1,3,5,7
/proc/7872/task/7876/stat : 7876 (java) S 7870 7870 16431 0 -1 1077944384 8606 0 0 0 452 12 0 0 20 0 15 0 21054078 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140136271653776 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7877] ppid=7870 vsize=13980732 memory=331504 CPUtime=4.65 cores=1,3,5,7
/proc/7872/task/7877/stat : 7877 (java) S 7870 7870 16431 0 -1 1077944384 7974 0 0 0 455 10 0 0 20 0 15 0 21054078 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140136270600976 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7878] ppid=7870 vsize=13980732 memory=331504 CPUtime=0.72 cores=1,3,5,7
/proc/7872/task/7878/stat : 7878 (java) S 7870 7870 16431 0 -1 1077944384 15601 0 0 0 61 11 0 0 20 0 15 0 21054079 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135862462832 140136316803714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7879] ppid=7870 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7879/stat : 7879 (java) S 7870 7870 16431 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 21054079 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135861408800 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7880] ppid=7870 vsize=13980732 memory=329888 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7880/stat : 7880 (java) S 7870 7870 16431 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 21054080 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135860355952 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7881] ppid=7870 vsize=13980732 memory=331504 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7881/stat : 7881 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135859304272 140136316811163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7882] ppid=7870 vsize=13980732 memory=140678500737712 CPUtime=2.68 cores=1,3,5,7
/proc/7872/task/7882/stat : 7882 (java) S 7870 7870 16431 0 -1 1077944384 21797 0 0 0 265 3 0 0 20 0 15 0 21054082 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135790275440 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7883] ppid=7870 vsize=13980732 memory=1376 CPUtime=3.05 cores=1,3,5,7
/proc/7872/task/7883/stat : 7883 (java) S 7870 7870 16431 0 -1 1077944384 19444 0 0 0 302 3 0 0 20 0 15 0 21054082 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135789222640 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7884] ppid=7870 vsize=13980732 memory=331504 CPUtime=0.77 cores=1,3,5,7
/proc/7872/task/7884/stat : 7884 (java) S 7870 7870 16431 0 -1 1077944384 10432 0 0 0 75 2 0 0 20 0 15 0 21054082 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135788169840 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7885] ppid=7870 vsize=13980732 memory=331504 CPUtime=0 cores=1,3,5,7
/proc/7872/task/7885/stat : 7885 (java) S 7870 7870 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21054082 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135787117280 140136316802773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
[pid=7872/tid=7886] ppid=7870 vsize=13980732 memory=1376 CPUtime=0.91 cores=1,3,5,7
/proc/7872/task/7886/stat : 7886 (java) S 7870 7870 16431 0 -1 1077944384 1790 0 0 0 40 51 0 0 20 0 15 0 21054087 14316269568 82876 18446744073709551615 4194304 4196468 140726630621968 140135786064560 140136316803714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24399872 140726630629810 140726630629986 140726630629986 140726630633423 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 332880 KiB

Child status: 143
Real time (s): 2499.12
CPU time (s): 2520.05
CPU user time (s): 2518.85
CPU system time (s): 1.19761
CPU usage (%): 100.837
Max. virtual memory (cumulated for all children) (KiB): 13993580
Max. memory (cumulated for all children) (KiB): 501376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.85
system time used= 1.19761
maximum resident set size= 501188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133938
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73017
involuntary context switches= 1881


# summary of solver processes directly reported to runsolver:
#   pid: 7870,7872
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.85
#   total CPU system time (s): 1.19761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1728 second user time and 24.2969 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-20 12:40:03
IDJOB=4284177
IDBENCH=140599
IDSOLVER=2679
FILE ID=node128/4284177-1503226444
RUNJOBID= node128-1503171959-30215
PBS_JOBID= 
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 5a (2017-08-18)
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-nor-s1/SchurrLemma-nor-067-4.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-4284177-1503226444/watcher-4284177-1503226444 -o /tmp/evaluation-result-4284177-1503226444/solver-4284177-1503226444 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30215 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1845838806 HOME/instance-4284177-1503226444.xml

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

MD5SUM BENCH= 22c6c6446a04b334dd8f238e60106d6c
RANDOM SEED=1845838806

node128.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.47
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.47
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.47
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.47
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:        27350016 kB
MemAvailable:   27641304 kB
Buffers:          205452 kB
Cached:           374176 kB
SwapCached:            0 kB
Active:          4650044 kB
Inactive:         351828 kB
Active(anon):    4422272 kB
Inactive(anon):    16752 kB
Active(file):     227772 kB
Inactive(file):   335076 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7900 kB
Writeback:             0 kB
AnonPages:       4423360 kB
Mapped:            48020 kB
Shmem:             17040 kB
Slab:             113000 kB
SReclaimable:      88548 kB
SUnreclaim:        24452 kB
KernelStack:        3696 kB
PageTables:        14240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5705052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4286464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62024 MiB
End job on node128 at 2017-08-20 13:21:42