Trace number 4292392

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)Wrong UNSAT 2.897 1.13915

General information on the benchmark

NameTal/
Tal-06_c18.xml
MD5SUM2ce24c19fa9a568edbc0ac2d9fbdd3a2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark94
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables664
Number of constraints451
Number of domains12
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":108},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":62},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":45},{"size":42,"count":98}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":299},{"degree":1,"count":108},{"degree":2,"count":70},{"degree":3,"count":10},{"degree":4,"count":11},{"degree":5,"count":40},{"degree":6,"count":21},{"degree":7,"count":14},{"degree":8,"count":14},{"degree":9,"count":21},{"degree":10,"count":20},{"degree":11,"count":19},{"degree":12,"count":8},{"degree":13,"count":5},{"degree":14,"count":3},{"degree":15,"count":1}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":132},{"arity":2,"count":143},{"arity":3,"count":47},{"arity":4,"count":12},{"arity":5,"count":20},{"arity":6,"count":19},{"arity":7,"count":18},{"arity":8,"count":17},{"arity":9,"count":16},{"arity":10,"count":14},{"arity":11,"count":11},{"arity":12,"count":2}]
Number of extensional constraints81
Number of intensional constraints354
Distribution of constraint types[{"type":"extension","count":81},{"type":"intension","count":354},{"type":"count","count":16}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292392-1532283686.xml"  -tl '2400s' -p 1 -x 0
0.11/0.18	c Choco 493a269
0.11/0.18	c [HOME/instance-4292392-1532283686.xml, -tl, 2400s, -p, 1, -x, 0]
0.11/0.22	c simple solver
0.32/0.28	c parse instance...
2.49/1.08	c solve instance...
2.83/1.12	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7253 MiB free)
  memory of node 1: 16384 MiB (10445 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292392-1532283686/watcher-4292392-1532283686 -o /tmp/evaluation-result-4292392-1532283686/solver-4292392-1532283686 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532278902-6638 --watchdog 2560 HOME/xcsp3-exec -seed 1259004974 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292392-1532283686.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=7652, runsolver pid=7649

[startup+0.100481 s]*
/proc/loadavg: 1.96 1.86 1.86 5/218 7668
/proc/meminfo: memFree=18100896/32770624 swapFree=67108860/67108860
[pid=7652] ppid=7649 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7652/stat : 7652 (xcsp3-exec) S 7649 7652 3751 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45931503 115843072 364 33554432000 4194304 5098028 140721459251776 140721459249880 139922316731004 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 27697152 140721459258426 140721459258628 140721459258628 140721459261386 0
/proc/7652/statm: 28282 364 306 221 0 87 0
[pid=7654] ppid=7652 vsize=14082840 memory=28716 CPUtime=0.11 cores=0,2,4,6
/proc/7654/stat : 7654 (java) S 7652 7652 3751 0 -1 1077944320 5456 0 0 0 10 1 0 0 20 0 15 0 45931503 14420828160 7179 33554432000 4194304 4196468 140731094124416 140731094106960 140311928614647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
/proc/7654/statm: 3520710 7179 3035 1 0 3483008 0
[pid=7654/tid=7655] ppid=7652 vsize=14082840 memory=8188570651445138267 CPUtime=0.08 cores=0,2,4,6
/proc/7654/task/7655/stat : 7655 (java) R 7652 7652 3751 0 -1 4202560 3465 0 0 0 8 0 0 0 20 0 15 0 45931503 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311932838096 140311928626582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7656] ppid=7652 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7656/stat : 7656 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311885166992 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7657] ppid=7652 vsize=14082840 memory=140147703948928 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7657/stat : 7657 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311523682576 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7658] ppid=7652 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7658/stat : 7658 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311522630288 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7659] ppid=7652 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7659/stat : 7659 (java) S 7652 7652 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45931504 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311521577488 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7660] ppid=7652 vsize=14082840 memory=140147703948928 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7660/stat : 7660 (java) S 7652 7652 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45931505 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311402592880 140311928625794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7661] ppid=7652 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7661/stat : 7661 (java) S 7652 7652 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45931506 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311401538848 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7662] ppid=7652 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7662/stat : 7662 (java) S 7652 7652 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45931506 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311400486512 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7663] ppid=7652 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7663/stat : 7663 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311399434832 140311928633243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7664] ppid=7652 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7664/stat : 7664 (java) S 7652 7652 3751 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 45931508 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311398381680 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7665] ppid=7652 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7665/stat : 7665 (java) R 7652 7652 3751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311397328880 140311928625794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7666] ppid=7652 vsize=14082840 memory=140147703948928 CPUtime=0.01 cores=0,2,4,6
/proc/7654/task/7666/stat : 7666 (java) R 7652 7652 3751 0 -1 4202560 274 0 0 0 1 0 0 0 20 0 15 0 45931508 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311396276592 140311907657431 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7667] ppid=7652 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7667/stat : 7667 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311395224032 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7668] ppid=7652 vsize=14082840 memory=140147703948928 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7668/stat : 7668 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931509 14420828160 7179 33554432000 4194304 4196468 140731094124416 140311394171824 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30172 KiB

[startup+0.21101 s]*
/proc/loadavg: 1.96 1.86 1.86 4/218 7668
/proc/meminfo: memFree=18081616/32770624 swapFree=67108860/67108860
[pid=7652] ppid=7649 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7652/stat : 7652 (xcsp3-exec) S 7649 7652 3751 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45931503 115843072 364 33554432000 4194304 5098028 140721459251776 140721459249880 139922316731004 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 27697152 140721459258426 140721459258628 140721459258628 140721459261386 0
/proc/7652/statm: 28282 364 306 221 0 87 0
[pid=7654] ppid=7652 vsize=14082840 memory=41012 CPUtime=0.32 cores=0,2,4,6
/proc/7654/stat : 7654 (java) S 7652 7652 3751 0 -1 1077944320 8250 0 0 0 30 2 0 0 20 0 15 0 45931503 14420828160 10253 33554432000 4194304 4196468 140731094124416 140731094106960 140311928614647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
/proc/7654/statm: 3520710 10253 3196 1 0 3483008 0
[pid=7654/tid=7655] ppid=7652 vsize=14082840 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/7654/task/7655/stat : 7655 (java) R 7652 7652 3751 0 -1 4202560 5364 0 0 0 18 1 0 0 20 0 15 0 45931503 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311932849632 140311912658277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7656] ppid=7652 vsize=14082840 memory=12626 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7656/stat : 7656 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311885166992 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7657] ppid=7652 vsize=14082840 memory=140147704214067 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7657/stat : 7657 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311523682576 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7658] ppid=7652 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7658/stat : 7658 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311522630288 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7659] ppid=7652 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7659/stat : 7659 (java) S 7652 7652 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45931504 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311521577488 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7660] ppid=7652 vsize=14082840 memory=140147703948928 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7660/stat : 7660 (java) S 7652 7652 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45931505 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311402592880 140311928625794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7661] ppid=7652 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7661/stat : 7661 (java) S 7652 7652 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45931506 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311401538848 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7662] ppid=7652 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7662/stat : 7662 (java) S 7652 7652 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45931506 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311400486512 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7663] ppid=7652 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7663/stat : 7663 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311399434832 140311928633243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7664] ppid=7652 vsize=14082840 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7654/task/7664/stat : 7664 (java) S 7652 7652 3751 0 -1 1077944384 476 0 0 0 1 0 0 0 20 0 15 0 45931508 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311398381680 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7665] ppid=7652 vsize=14082840 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/7654/task/7665/stat : 7665 (java) S 7652 7652 3751 0 -1 1077944384 343 0 0 0 3 0 0 0 20 0 15 0 45931508 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311397328880 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7666] ppid=7652 vsize=14082840 memory=140147703948928 CPUtime=0.07 cores=0,2,4,6
/proc/7654/task/7666/stat : 7666 (java) R 7652 7652 3751 0 -1 4202560 766 0 0 0 7 0 0 0 20 0 15 0 45931508 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311396275776 140311913780302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7667] ppid=7652 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7667/stat : 7667 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311395224032 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7668] ppid=7652 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7668/stat : 7668 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931509 14420828160 10253 33554432000 4194304 4196468 140731094124416 140311394171824 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42468 KiB

[startup+0.310565 s]*
/proc/loadavg: 1.96 1.86 1.86 8/218 7668
/proc/meminfo: memFree=18065076/32770624 swapFree=67108860/67108860
[pid=7652] ppid=7649 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7652/stat : 7652 (xcsp3-exec) S 7649 7652 3751 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45931503 115843072 364 33554432000 4194304 5098028 140721459251776 140721459249880 139922316731004 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 27697152 140721459258426 140721459258628 140721459258628 140721459261386 0
/proc/7652/statm: 28282 364 306 221 0 87 0
[pid=7654] ppid=7652 vsize=14087096 memory=47816 CPUtime=0.51 cores=0,2,4,6
/proc/7654/stat : 7654 (java) S 7652 7652 3751 0 -1 1077944320 9140 0 0 0 49 2 0 0 20 0 15 0 45931503 14425186304 11954 33554432000 4194304 4196468 140731094124416 140731094106960 140311928614647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
/proc/7654/statm: 3521774 11954 3237 1 0 3483008 0
[pid=7654/tid=7655] ppid=7652 vsize=14087096 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/7654/task/7655/stat : 7655 (java) R 7652 7652 3751 0 -1 4202560 6092 0 0 0 28 1 0 0 20 0 15 0 45931503 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311932845760 140311928636573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7656] ppid=7652 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7656/stat : 7656 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311885166992 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7657] ppid=7652 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7657/stat : 7657 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311523682576 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7658] ppid=7652 vsize=14087096 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7658/stat : 7658 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311522630288 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7659] ppid=7652 vsize=14087096 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7659/stat : 7659 (java) S 7652 7652 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45931504 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311521577488 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7660] ppid=7652 vsize=14087096 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7660/stat : 7660 (java) S 7652 7652 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45931505 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311402592880 140311928625794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7661] ppid=7652 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7661/stat : 7661 (java) S 7652 7652 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45931506 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311401538848 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7662] ppid=7652 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7662/stat : 7662 (java) S 7652 7652 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45931506 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311400486512 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7663] ppid=7652 vsize=14087096 memory=8693815914432465728 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7663/stat : 7663 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311399434832 140311928633243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7664] ppid=7652 vsize=14087096 memory=8325818968683490714 CPUtime=0.03 cores=0,2,4,6
/proc/7654/task/7664/stat : 7664 (java) S 7652 7652 3751 0 -1 1077944384 498 0 0 0 3 0 0 0 20 0 15 0 45931508 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311398381680 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7665] ppid=7652 vsize=14087096 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/7654/task/7665/stat : 7665 (java) S 7652 7652 3751 0 -1 1077944384 422 0 0 0 5 0 0 0 20 0 15 0 45931508 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311397328880 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7666] ppid=7652 vsize=14087096 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/7654/task/7666/stat : 7666 (java) S 7652 7652 3751 0 -1 1077944384 836 0 0 0 11 0 0 0 20 0 15 0 45931508 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311396276592 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7667] ppid=7652 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7667/stat : 7667 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311395224032 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7668] ppid=7652 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7668/stat : 7668 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931509 14425186304 11954 33554432000 4194304 4196468 140731094124416 140311394171824 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49272 KiB

[startup+0.70153 s]
/proc/loadavg: 1.96 1.86 1.86 7/218 7668
/proc/meminfo: memFree=18029592/32770624 swapFree=67108860/67108860
[pid=7652] ppid=7649 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7652/stat : 7652 (xcsp3-exec) S 7649 7652 3751 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45931503 115843072 364 33554432000 4194304 5098028 140721459251776 140721459249880 139922316731004 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 27697152 140721459258426 140721459258628 140721459258628 140721459261386 0
/proc/7652/statm: 28282 364 306 221 0 87 0
[pid=7654] ppid=7652 vsize=14089220 memory=99856 CPUtime=1.69 cores=0,2,4,6
/proc/7654/stat : 7654 (java) S 7652 7652 3751 0 -1 1077944320 12938 0 0 0 164 5 0 0 20 0 15 0 45931503 14427361280 24964 33554432000 4194304 4196468 140731094124416 140731094106960 140311928614647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
/proc/7654/statm: 3522305 24964 3328 1 0 3483520 0
[pid=7654/tid=7655] ppid=7652 vsize=14089220 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/7654/task/7655/stat : 7655 (java) S 7652 7652 3751 0 -1 1077944384 6842 0 0 0 64 3 0 0 20 0 15 0 45931503 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311932850432 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7656] ppid=7652 vsize=14089220 memory=288230600312369457 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7656/stat : 7656 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311885166992 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7657] ppid=7652 vsize=14089220 memory=14136640864017566 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7657/stat : 7657 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311523682576 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7658] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7658/stat : 7658 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311522630288 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7659] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7659/stat : 7659 (java) S 7652 7652 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311521577488 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7660] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7660/stat : 7660 (java) S 7652 7652 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45931505 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311402592880 140311928625794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7661] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7661/stat : 7661 (java) S 7652 7652 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45931506 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311401538848 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7662] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7662/stat : 7662 (java) S 7652 7652 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45931506 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311400486512 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7663] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7663/stat : 7663 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311399434832 140311928633243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7664] ppid=7652 vsize=14089220 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/7654/task/7664/stat : 7664 (java) R 7652 7652 3751 0 -1 4202560 1617 0 0 0 31 0 0 0 20 0 15 0 45931508 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311398366880 140311912001414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7665] ppid=7652 vsize=14089220 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/7654/task/7665/stat : 7665 (java) R 7652 7652 3751 0 -1 4202560 1392 0 0 0 32 0 0 0 20 0 15 0 45931508 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311397317024 140311910158890 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7666] ppid=7652 vsize=14089220 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/7654/task/7666/stat : 7666 (java) R 7652 7652 3751 0 -1 4202560 1779 0 0 0 35 1 0 0 20 0 15 0 45931508 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311396273528 140311565172857 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7667] ppid=7652 vsize=14089220 memory=7236830964262268736 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7667/stat : 7667 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311395224032 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7668] ppid=7652 vsize=14089220 memory=7667750461774063458 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7668/stat : 7668 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931509 14427361280 24964 33554432000 4194304 4196468 140731094124416 140311394171824 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 101312 KiB

[startup+1.13911 s]
# the end of solver process 7652 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.82156 s, system=0.075432 s

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

[startup+0.800862 s]
/proc/loadavg: 1.96 1.86 1.86 7/218 7668
/proc/meminfo: memFree=18029592/32770624 swapFree=67108860/67108860
[pid=7652] ppid=7649 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7652/stat : 7652 (xcsp3-exec) S 7649 7652 3751 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45931503 115843072 364 33554432000 4194304 5098028 140721459251776 140721459249880 139922316731004 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 27697152 140721459258426 140721459258628 140721459258628 140721459261386 0
/proc/7652/statm: 28282 364 306 221 0 87 0
[pid=7654] ppid=7652 vsize=14089220 memory=104872 CPUtime=1.99 cores=0,2,4,6
/proc/7654/stat : 7654 (java) S 7652 7652 3751 0 -1 1077944320 13166 0 0 0 194 5 0 0 20 0 15 0 45931503 14427361280 26218 33554432000 4194304 4196468 140731094124416 140731094106960 140311928614647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
/proc/7654/statm: 3522305 26218 3345 1 0 3483520 0
[pid=7654/tid=7655] ppid=7652 vsize=14089220 memory=1952 CPUtime=0.77 cores=0,2,4,6
/proc/7654/task/7655/stat : 7655 (java) R 7652 7652 3751 0 -1 4202560 6895 0 0 0 74 3 0 0 20 0 15 0 45931503 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311932847984 140311928636573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7656] ppid=7652 vsize=14089220 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7656/stat : 7656 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311885166992 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7657] ppid=7652 vsize=14089220 memory=792 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7657/stat : 7657 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311523682576 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7658] ppid=7652 vsize=14089220 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7658/stat : 7658 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311522630288 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7659] ppid=7652 vsize=14089220 memory=8392 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7659/stat : 7659 (java) S 7652 7652 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311521577488 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7660] ppid=7652 vsize=14089220 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7660/stat : 7660 (java) S 7652 7652 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45931505 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311402592880 140311928625794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7661] ppid=7652 vsize=14089220 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7661/stat : 7661 (java) S 7652 7652 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45931506 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311401538848 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7662] ppid=7652 vsize=14089220 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7662/stat : 7662 (java) S 7652 7652 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45931506 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311400486512 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7663] ppid=7652 vsize=14089220 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7663/stat : 7663 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311399434832 140311928633243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7664] ppid=7652 vsize=14089220 memory=1204 CPUtime=0.39 cores=0,2,4,6
/proc/7654/task/7664/stat : 7664 (java) S 7652 7652 3751 0 -1 1077944384 1673 0 0 0 39 0 0 0 20 0 15 0 45931508 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311398381680 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7665] ppid=7652 vsize=14089220 memory=15872 CPUtime=0.4 cores=0,2,4,6
/proc/7654/task/7665/stat : 7665 (java) S 7652 7652 3751 0 -1 1077944384 1421 0 0 0 40 0 0 0 20 0 15 0 45931508 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311397328880 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7666] ppid=7652 vsize=14089220 memory=4008 CPUtime=0.4 cores=0,2,4,6
/proc/7654/task/7666/stat : 7666 (java) R 7652 7652 3751 0 -1 4202560 1869 0 0 0 39 1 0 0 20 0 15 0 45931508 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311396276592 140311928635994 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7667] ppid=7652 vsize=14089220 memory=31076 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7667/stat : 7667 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311395224032 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7668] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7668/stat : 7668 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931509 14427361280 26218 33554432000 4194304 4196468 140731094124416 140311394171824 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
Current children cumulated CPU time: 1.99 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 106328 KiB

[startup+1.00072 s]*
/proc/loadavg: 1.96 1.86 1.86 7/216 7697
/proc/meminfo: memFree=17994056/32770624 swapFree=67108860/67108860
[pid=7652] ppid=7649 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7652/stat : 7652 (xcsp3-exec) S 7649 7652 3751 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45931503 115843072 364 33554432000 4194304 5098028 140721459251776 140721459249880 139922316731004 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 27697152 140721459258426 140721459258628 140721459258628 140721459261386 0
/proc/7652/statm: 28282 364 306 221 0 87 0
[pid=7654] ppid=7652 vsize=14089220 memory=134732 CPUtime=2.49 cores=0,2,4,6
/proc/7654/stat : 7654 (java) S 7652 7652 3751 0 -1 1077944320 13466 0 0 0 244 5 0 0 20 0 15 0 45931503 14427361280 33683 33554432000 4194304 4196468 140731094124416 140731094106960 140311928614647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
/proc/7654/statm: 3522305 33683 3347 1 0 3483520 0
[pid=7654/tid=7655] ppid=7652 vsize=14089220 memory=8112282956445269571 CPUtime=0.97 cores=0,2,4,6
/proc/7654/task/7655/stat : 7655 (java) R 7652 7652 3751 0 -1 4202560 6934 0 0 0 94 3 0 0 20 0 15 0 45931503 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311932847840 140311569478624 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7656] ppid=7652 vsize=14089220 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7656/stat : 7656 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311885166992 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7657] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7657/stat : 7657 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311523682576 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7658] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7658/stat : 7658 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311522630288 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7659] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7659/stat : 7659 (java) S 7652 7652 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311521577488 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7660] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7660/stat : 7660 (java) S 7652 7652 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45931505 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311402592880 140311928625794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7661] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7661/stat : 7661 (java) S 7652 7652 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45931506 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311401538848 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7662] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7662/stat : 7662 (java) S 7652 7652 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45931506 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311400486512 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7663] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7663/stat : 7663 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311399434832 140311928633243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7664] ppid=7652 vsize=14089220 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/7654/task/7664/stat : 7664 (java) R 7652 7652 3751 0 -1 4202560 1723 0 0 0 52 0 0 0 20 0 15 0 45931508 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311398381680 140311913355092 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7665] ppid=7652 vsize=14089220 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/7654/task/7665/stat : 7665 (java) R 7652 7652 3751 0 -1 1077944384 1466 0 0 0 50 0 0 0 20 0 15 0 45931508 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311397328880 140311928625794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7666] ppid=7652 vsize=14089220 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/7654/task/7666/stat : 7666 (java) R 7652 7652 3751 0 -1 4202560 2037 0 0 0 47 1 0 0 20 0 15 0 45931508 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311396272960 140311912695134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7667] ppid=7652 vsize=14089220 memory=-2317720213663851332 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7667/stat : 7667 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311395224032 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7668] ppid=7652 vsize=14089220 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7668/stat : 7668 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931509 14427361280 33683 33554432000 4194304 4196468 140731094124416 140311394171824 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 136188 KiB

[startup+1.11026 s]
/proc/loadavg: 1.96 1.86 1.86 7/216 7697
/proc/meminfo: memFree=17994056/32770624 swapFree=67108860/67108860
[pid=7652] ppid=7649 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/7652/stat : 7652 (xcsp3-exec) S 7649 7652 3751 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45931503 115843072 364 33554432000 4194304 5098028 140721459251776 140721459249880 139922316731004 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 27697152 140721459258426 140721459258628 140721459258628 140721459261386 0
/proc/7652/statm: 28282 364 306 221 0 87 0
[pid=7654] ppid=7652 vsize=14089220 memory=142228 CPUtime=2.83 cores=0,2,4,6
/proc/7654/stat : 7654 (java) S 7652 7652 3751 0 -1 1077944320 18865 0 0 0 277 6 0 0 20 0 15 0 45931503 14427361280 35557 33554432000 4194304 4196468 140731094124416 140731094106960 140311928614647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
/proc/7654/statm: 3522305 35557 3347 1 0 3483520 0
[pid=7654/tid=7655] ppid=7652 vsize=14089220 memory=33 CPUtime=1.07 cores=0,2,4,6
/proc/7654/task/7655/stat : 7655 (java) R 7652 7652 3751 0 -1 4202560 9445 0 0 0 103 4 0 0 20 0 15 0 45931503 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311932853552 140311565323277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7656] ppid=7652 vsize=14089220 memory=288230600312369457 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7656/stat : 7656 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311885166992 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7657] ppid=7652 vsize=14089220 memory=14136640864017566 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7657/stat : 7657 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311523682576 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7658] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7658/stat : 7658 (java) S 7652 7652 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311522630288 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7659] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7659/stat : 7659 (java) S 7652 7652 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45931504 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311521577488 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7660] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7660/stat : 7660 (java) S 7652 7652 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45931505 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311402592880 140311928625794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7661] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7661/stat : 7661 (java) S 7652 7652 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45931506 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311401538848 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7662] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7662/stat : 7662 (java) S 7652 7652 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45931506 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311400486512 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7663] ppid=7652 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7663/stat : 7663 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311399434832 140311928633243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7664] ppid=7652 vsize=14089220 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/7654/task/7664/stat : 7664 (java) R 7652 7652 3751 0 -1 4202560 2662 0 0 0 60 0 0 0 20 0 15 0 45931508 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311398381680 140311913364817 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7665] ppid=7652 vsize=14089220 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/7654/task/7665/stat : 7665 (java) S 7652 7652 3751 0 -1 1077944384 2287 0 0 0 58 0 0 0 20 0 15 0 45931508 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311397328880 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7666] ppid=7652 vsize=14089220 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/7654/task/7666/stat : 7666 (java) S 7652 7652 3751 0 -1 1077944384 3158 0 0 0 53 1 0 0 20 0 15 0 45931508 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311396276592 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7667] ppid=7652 vsize=14089220 memory=7236830964262268736 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7667/stat : 7667 (java) S 7652 7652 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45931508 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311395224032 140311928624853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
[pid=7654/tid=7668] ppid=7652 vsize=14089220 memory=7667750461774063458 CPUtime=0 cores=0,2,4,6
/proc/7654/task/7668/stat : 7668 (java) S 7652 7652 3751 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 45931509 14427361280 35557 33554432000 4194304 4196468 140731094124416 140311394171824 140311928625794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9437184 140731094131841 140731094132017 140731094132017 140731094134735 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 143684 KiB

Child status: 0
Real time (s): 1.13915
CPU time (s): 2.897
CPU user time (s): 2.82156
CPU system time (s): 0.075432
CPU usage (%): 254.311
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 143684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.82156
system time used= 0.075432
maximum resident set size= 144900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19559
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2011
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 7652
#   total CPU time (s): 2.897
#   total CPU user time (s): 2.82156
#   total CPU system time (s): 0.075432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035858 second user time and 0.052733 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 20:21:26
IDJOB=4292392
IDBENCH=141105
IDSOLVER=2747
FILE ID=node106/4292392-1532283686
RUNJOBID= node106-1532278902-6638
PBS_JOBID= 21018972
Free space on /tmp= 53012 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/Tal/Tal-06_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292392-1532283686/watcher-4292392-1532283686 -o /tmp/evaluation-result-4292392-1532283686/solver-4292392-1532283686 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532278902-6638 --watchdog 2560  HOME/xcsp3-exec -seed 1259004974 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292392-1532283686.xml

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

MD5SUM BENCH= 2ce24c19fa9a568edbc0ac2d9fbdd3a2
RANDOM SEED=1259004974

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        18129388 kB
MemAvailable:   31917624 kB
Buffers:          248436 kB
Cached:         13629392 kB
SwapCached:            0 kB
Active:          1351256 kB
Inactive:       12603088 kB
Active(anon):      79396 kB
Inactive(anon):    17096 kB
Active(file):    1271860 kB
Inactive(file): 12585992 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41684 kB
Writeback:             0 kB
AnonPages:         84184 kB
Mapped:            46244 kB
Shmem:             17036 kB
Slab:             386464 kB
SReclaimable:     358844 kB
SUnreclaim:        27620 kB
KernelStack:        3536 kB
PageTables:         5060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1275752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52992 MiB
End job on node106 at 2018-07-22 20:21:28