Trace number 4298191

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
MiniCPFever 2018-04-29? (NS) 2.54795 0.900338

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-01-opt_c18.xml
MD5SUMca38267c950192fd3d26d9a78c88ff19
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark2519.92
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1134
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":18},{"size":22,"count":28},{"size":24,"count":16},{"size":36,"count":24},{"size":42,"count":34},{"size":44,"count":80}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":11},{"degree":6,"count":22},{"degree":7,"count":22},{"degree":8,"count":19},{"degree":9,"count":21},{"degree":10,"count":12},{"degree":11,"count":11},{"degree":13,"count":1},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":18,"count":8},{"degree":19,"count":13},{"degree":20,"count":16},{"degree":21,"count":18},{"degree":22,"count":14},{"degree":23,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1134}]
Number of extensional constraints1134
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1134}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2.31/0.86	c Caught NotImplementedException
2.31/0.86	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:547)
2.31/0.86	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
2.31/0.86	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
2.31/0.86	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.31/0.86	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2.31/0.86	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
2.31/0.86	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
2.31/0.86	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2.31/0.86	c 	xcsp3.XCSP3.<init>(XCSP3.java:79)
2.31/0.86	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:58)
2.31/0.86	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:46)
2.31/0.86	s UNSUPPORTED

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298191-1532750799/watcher-4298191-1532750799 -o /tmp/evaluation-result-4298191-1532750799/solver-4298191-1532750799 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4892 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298191-1532750799.xml 

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

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


[startup+0.103539 s]*
/proc/loadavg: 1.19 1.29 1.38 5/215 5891
/proc/meminfo: memFree=26017268/32770624 swapFree=67108860/67108860
[pid=5876] ppid=5873 vsize=10658972 memory=25788 CPUtime=0.13 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5873 5876 4860 0 -1 1077944320 5413 0 0 0 12 1 0 0 20 0 15 0 92643126 10914787328 6447 33554432000 4194304 4196468 140721368971472 140721368954016 140500421844727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
/proc/5876/statm: 2664743 6447 2859 1 0 2627263 0
[pid=5876/tid=5878] ppid=5873 vsize=10658972 memory=-8391714037730997440 CPUtime=0.09 cores=1,3,5,7
/proc/5876/task/5878/stat : 5878 (java) S 5873 5876 4860 0 -1 1077944384 3184 0 0 0 8 1 0 0 20 0 15 0 92643126 10914787328 6513 33554432000 4194304 4196468 140721368971472 140500426074080 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5879] ppid=5873 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5879/stat : 5879 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643127 10914787328 6513 33554432000 4194304 4196468 140721368971472 140500028197520 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5880] ppid=5873 vsize=10658972 memory=139943215863424 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5880/stat : 5880 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643127 10914787328 6513 33554432000 4194304 4196468 140721368971472 140500027144720 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5881] ppid=5873 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5881/stat : 5881 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643127 10914787328 6513 33554432000 4194304 4196468 140721368971472 140500026091920 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5882] ppid=5873 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5882/stat : 5882 (java) S 5873 5876 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92643127 10914787328 6513 33554432000 4194304 4196468 140721368971472 140500025039120 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5883] ppid=5873 vsize=10658972 memory=139943215863424 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5883/stat : 5883 (java) S 5873 5876 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92643128 10914787328 6513 33554432000 4194304 4196468 140721368971472 140499779279728 140500421855874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5884] ppid=5873 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5884/stat : 5884 (java) S 5873 5876 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92643129 10914787328 6513 33554432000 4194304 4196468 140721368971472 140499778225696 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5885] ppid=5873 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5885/stat : 5885 (java) S 5873 5876 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92643129 10914787328 6513 33554432000 4194304 4196468 140721368971472 140499777172848 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5886] ppid=5873 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5886/stat : 5886 (java) S 5873 5876 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92643131 10914787328 6513 33554432000 4194304 4196468 140721368971472 140499776121168 140500421863323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5887] ppid=5873 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5887/stat : 5887 (java) R 5873 5876 4860 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 92643131 10914787328 6513 33554432000 4194304 4196468 140721368971472 140499775068528 140500421855874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5888] ppid=5873 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5888/stat : 5888 (java) R 5873 5876 4860 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 15 0 92643131 10914787328 6513 33554432000 4194304 4196468 140721368971472 140499774015728 140500401102364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5889] ppid=5873 vsize=10658972 memory=139943215863424 CPUtime=0.02 cores=1,3,5,7
/proc/5876/task/5889/stat : 5889 (java) S 5873 5876 4860 0 -1 1077944384 396 0 0 0 2 0 0 0 20 0 15 0 92643131 10914787328 6513 33554432000 4194304 4196468 140721368971472 140499772962928 140500421855874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5890] ppid=5873 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5890/stat : 5890 (java) S 5873 5876 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92643131 10914787328 6513 33554432000 4194304 4196468 140721368971472 140499771910368 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5891] ppid=5873 vsize=10658972 memory=139943215863424 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5891/stat : 5891 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643132 10914787328 6513 33554432000 4194304 4196468 140721368971472 140499770858672 140500421855874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 25788 KiB

[startup+0.21045 s]*
/proc/loadavg: 1.19 1.29 1.38 5/215 5891
/proc/meminfo: memFree=26005268/32770624 swapFree=67108860/67108860
[pid=5876] ppid=5873 vsize=10658972 memory=39996 CPUtime=0.34 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5873 5876 4860 0 -1 1077944320 8600 0 0 0 32 2 0 0 20 0 15 0 92643126 10914787328 9999 33554432000 4194304 4196468 140721368971472 140721368954016 140500421844727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
/proc/5876/statm: 2664743 9999 3010 1 0 2627263 0
[pid=5876/tid=5878] ppid=5873 vsize=10658972 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/5876/task/5878/stat : 5878 (java) R 5873 5876 4860 0 -1 4202560 5146 0 0 0 18 1 0 0 20 0 15 0 92643126 10914787328 10065 33554432000 4194304 4196468 140721368971472 140500426080144 140500421866074 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5879] ppid=5873 vsize=10658972 memory=364 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5879/stat : 5879 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643127 10914787328 10065 33554432000 4194304 4196468 140721368971472 140500028197520 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5880] ppid=5873 vsize=10658972 memory=139943215869553 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5880/stat : 5880 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643127 10914787328 10065 33554432000 4194304 4196468 140721368971472 140500027144720 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5881] ppid=5873 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5881/stat : 5881 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643127 10914787328 10065 33554432000 4194304 4196468 140721368971472 140500026091920 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5882] ppid=5873 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5882/stat : 5882 (java) S 5873 5876 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92643127 10914787328 10065 33554432000 4194304 4196468 140721368971472 140500025039120 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5883] ppid=5873 vsize=10658972 memory=139943215863424 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5883/stat : 5883 (java) S 5873 5876 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92643128 10914787328 10065 33554432000 4194304 4196468 140721368971472 140499779279728 140500421855874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5884] ppid=5873 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5884/stat : 5884 (java) S 5873 5876 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92643129 10914787328 10065 33554432000 4194304 4196468 140721368971472 140499778225696 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5885] ppid=5873 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5885/stat : 5885 (java) S 5873 5876 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92643129 10914787328 10065 33554432000 4194304 4196468 140721368971472 140499777172848 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5886] ppid=5873 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5886/stat : 5886 (java) S 5873 5876 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92643131 10914787328 10065 33554432000 4194304 4196468 140721368971472 140499776121168 140500421863323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5887] ppid=5873 vsize=10658972 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5876/task/5887/stat : 5887 (java) R 5873 5876 4860 0 -1 4202560 580 0 0 0 2 0 0 0 20 0 15 0 92643131 10914787328 10065 33554432000 4194304 4196468 140721368971472 140499775049544 140500414134109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5888] ppid=5873 vsize=10658972 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/5876/task/5888/stat : 5888 (java) R 5873 5876 4860 0 -1 4202560 486 0 0 0 3 0 0 0 20 0 15 0 92643131 10914787328 10065 33554432000 4194304 4196468 140721368971472 140499774000392 140500403408287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5889] ppid=5873 vsize=10658972 memory=139943215863424 CPUtime=0.08 cores=1,3,5,7
/proc/5876/task/5889/stat : 5889 (java) R 5873 5876 4860 0 -1 1077944384 1058 0 0 0 8 0 0 0 20 0 15 0 92643131 10914787328 10065 33554432000 4194304 4196468 140721368971472 140499772963056 140500421854933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5890] ppid=5873 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5890/stat : 5890 (java) S 5873 5876 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92643131 10914787328 10065 33554432000 4194304 4196468 140721368971472 140499771910368 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5891] ppid=5873 vsize=10658972 memory=139943215863424 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5891/stat : 5891 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643132 10914787328 10065 33554432000 4194304 4196468 140721368971472 140499770858672 140500421855874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 39996 KiB

[startup+0.310491 s]*
/proc/loadavg: 1.19 1.29 1.38 4/215 5891
/proc/meminfo: memFree=25992928/32770624 swapFree=67108860/67108860
[pid=5876] ppid=5873 vsize=10659048 memory=52724 CPUtime=0.66 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5873 5876 4860 0 -1 1077944320 10777 0 0 0 63 3 0 0 20 0 15 0 92643126 10914865152 13181 33554432000 4194304 4196468 140721368971472 140721368954016 140500421844727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
/proc/5876/statm: 2664762 13181 3068 1 0 2627263 0
[pid=5876/tid=5878] ppid=5873 vsize=10659048 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/5876/task/5878/stat : 5878 (java) R 5873 5876 4860 0 -1 4202560 5512 0 0 0 28 2 0 0 20 0 15 0 92643126 10914865152 13181 33554432000 4194304 4196468 140721368971472 140500426082752 140500060812136 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5879] ppid=5873 vsize=10659048 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5879/stat : 5879 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643127 10914865152 13181 33554432000 4194304 4196468 140721368971472 140500028197520 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5880] ppid=5873 vsize=10659048 memory=13985230745474712 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5880/stat : 5880 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643127 10914865152 13181 33554432000 4194304 4196468 140721368971472 140500027144720 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5881] ppid=5873 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5881/stat : 5881 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643127 10914865152 13181 33554432000 4194304 4196468 140721368971472 140500026091920 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5882] ppid=5873 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5882/stat : 5882 (java) S 5873 5876 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92643127 10914865152 13181 33554432000 4194304 4196468 140721368971472 140500025039120 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5883] ppid=5873 vsize=10659048 memory=139943215863424 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5883/stat : 5883 (java) S 5873 5876 4860 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92643128 10914865152 13181 33554432000 4194304 4196468 140721368971472 140499779279728 140500421855874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5884] ppid=5873 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5884/stat : 5884 (java) S 5873 5876 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92643129 10914865152 13181 33554432000 4194304 4196468 140721368971472 140499778225696 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5885] ppid=5873 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5885/stat : 5885 (java) S 5873 5876 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92643129 10914865152 13181 33554432000 4194304 4196468 140721368971472 140499777172848 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5886] ppid=5873 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5886/stat : 5886 (java) S 5873 5876 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92643131 10914865152 13181 33554432000 4194304 4196468 140721368971472 140499776121168 140500421863323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5887] ppid=5873 vsize=10659048 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5876/task/5887/stat : 5887 (java) R 5873 5876 4860 0 -1 1077944384 899 0 0 0 7 0 0 0 20 0 15 0 92643131 10914865152 13181 33554432000 4194304 4196468 140721368971472 140499775068528 140500421855874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5888] ppid=5873 vsize=10659048 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/5876/task/5888/stat : 5888 (java) R 5873 5876 4860 0 -1 4202560 1562 0 0 0 12 0 0 0 20 0 15 0 92643131 10914865152 13181 33554432000 4194304 4196468 140721368971472 140499773996744 140500403364172 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5889] ppid=5873 vsize=10659048 memory=139943215863424 CPUtime=0.15 cores=1,3,5,7
/proc/5876/task/5889/stat : 5889 (java) R 5873 5876 4860 0 -1 4202560 1433 0 0 0 15 0 0 0 20 0 15 0 92643131 10914865152 13181 33554432000 4194304 4196468 140721368971472 140499772962928 140500400802533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5890] ppid=5873 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5890/stat : 5890 (java) S 5873 5876 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92643131 10914865152 13181 33554432000 4194304 4196468 140721368971472 140499771910368 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5891] ppid=5873 vsize=10659048 memory=139943215863424 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5891/stat : 5891 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643132 10914865152 13181 33554432000 4194304 4196468 140721368971472 140499770858672 140500421855874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 52724 KiB

[startup+0.700776 s]
/proc/loadavg: 1.19 1.29 1.38 6/215 5891
/proc/meminfo: memFree=25956756/32770624 swapFree=67108860/67108860
[pid=5876] ppid=5873 vsize=10659048 memory=148404 CPUtime=2 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5873 5876 4860 0 -1 1077944320 12775 0 0 0 195 5 0 0 20 0 15 0 92643126 10914865152 37101 33554432000 4194304 4196468 140721368971472 140721368954016 140500421844727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
/proc/5876/statm: 2664762 37101 3104 1 0 2627263 0
[pid=5876/tid=5878] ppid=5873 vsize=10659048 memory=1840 CPUtime=0.67 cores=1,3,5,7
/proc/5876/task/5878/stat : 5878 (java) R 5873 5876 4860 0 -1 4202560 5797 0 0 0 64 3 0 0 20 0 15 0 92643126 10914865152 37101 33554432000 4194304 4196468 140721368971472 140500426080096 140500062652513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5879] ppid=5873 vsize=10659048 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5879/stat : 5879 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643127 10914865152 37101 33554432000 4194304 4196468 140721368971472 140500028197520 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5880] ppid=5873 vsize=10659048 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5880/stat : 5880 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643127 10914865152 37101 33554432000 4194304 4196468 140721368971472 140500027144720 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5881] ppid=5873 vsize=10659048 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5881/stat : 5881 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643127 10914865152 37101 33554432000 4194304 4196468 140721368971472 140500026091920 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5882] ppid=5873 vsize=10659048 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5882/stat : 5882 (java) S 5873 5876 4860 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92643127 10914865152 37101 33554432000 4194304 4196468 140721368971472 140500025039120 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5883] ppid=5873 vsize=10659048 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5883/stat : 5883 (java) S 5873 5876 4860 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92643128 10914865152 37101 33554432000 4194304 4196468 140721368971472 140499779279728 140500421855874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5884] ppid=5873 vsize=10659048 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5884/stat : 5884 (java) S 5873 5876 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92643129 10914865152 37101 33554432000 4194304 4196468 140721368971472 140499778225696 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5885] ppid=5873 vsize=10659048 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5885/stat : 5885 (java) S 5873 5876 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92643129 10914865152 37101 33554432000 4194304 4196468 140721368971472 140499777172848 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5886] ppid=5873 vsize=10659048 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5886/stat : 5886 (java) S 5873 5876 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92643131 10914865152 37101 33554432000 4194304 4196468 140721368971472 140499776121168 140500421863323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5887] ppid=5873 vsize=10659048 memory=7163631965283378496 CPUtime=0.43 cores=1,3,5,7
/proc/5876/task/5887/stat : 5887 (java) R 5873 5876 4860 0 -1 4202560 1660 0 0 0 43 0 0 0 20 0 15 0 92643131 10914865152 37101 33554432000 4194304 4196468 140721368971472 140499775046848 140500407271317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5888] ppid=5873 vsize=10659048 memory=7667213801450137426 CPUtime=0.49 cores=1,3,5,7
/proc/5876/task/5888/stat : 5888 (java) R 5873 5876 4860 0 -1 4202560 1926 0 0 0 49 0 0 0 20 0 15 0 92643131 10914865152 37101 33554432000 4194304 4196468 140721368971472 140499774000080 140500401688294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5889] ppid=5873 vsize=10659048 memory=7079773312675500112 CPUtime=0.37 cores=1,3,5,7
/proc/5876/task/5889/stat : 5889 (java) R 5873 5876 4860 0 -1 1077944384 2021 0 0 0 37 0 0 0 20 0 15 0 92643131 10914865152 37101 33554432000 4194304 4196468 140721368971472 140499772962928 140500421855874 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5890] ppid=5873 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5890/stat : 5890 (java) S 5873 5876 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92643131 10914865152 37101 33554432000 4194304 4196468 140721368971472 140499771910368 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5891] ppid=5873 vsize=10659048 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5891/stat : 5891 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643132 10914865152 37101 33554432000 4194304 4196468 140721368971472 140499770858672 140500421855874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 148404 KiB

[startup+0.90028 s]
# the end of solver process 5876 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.46406 s, system=0.083887 s

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

[startup+0.800937 s]
/proc/loadavg: 1.19 1.29 1.38 6/215 5891
/proc/meminfo: memFree=25956756/32770624 swapFree=67108860/67108860
[pid=5876] ppid=5873 vsize=10659048 memory=196420 CPUtime=2.31 cores=1,3,5,7
/proc/5876/stat : 5876 (java) S 5873 5876 4860 0 -1 1077944320 13148 0 0 0 224 7 0 0 20 0 15 0 92643126 10914865152 49105 33554432000 4194304 4196468 140721368971472 140721368954016 140500421844727 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
/proc/5876/statm: 2664762 49105 3122 1 0 2627263 0
[pid=5876/tid=5878] ppid=5873 vsize=10659048 memory=8243114992657236055 CPUtime=0.76 cores=1,3,5,7
/proc/5876/task/5878/stat : 5878 (java) R 5873 5876 4860 0 -1 4202560 5813 0 0 0 72 4 0 0 20 0 15 0 92643126 10914865152 49105 33554432000 4194304 4196468 140721368971472 140500426082064 140500058818061 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5879] ppid=5873 vsize=10659048 memory=288291056406234294 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5879/stat : 5879 (java) S 5873 5876 4860 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 92643127 10914865152 49105 33554432000 4194304 4196468 140721368971472 140500028197520 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5880] ppid=5873 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5880/stat : 5880 (java) S 5873 5876 4860 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 92643127 10914865152 49105 33554432000 4194304 4196468 140721368971472 140500027144720 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5881] ppid=5873 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5881/stat : 5881 (java) S 5873 5876 4860 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 92643127 10914865152 49105 33554432000 4194304 4196468 140721368971472 140500026091920 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5882] ppid=5873 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5882/stat : 5882 (java) S 5873 5876 4860 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 92643127 10914865152 49105 33554432000 4194304 4196468 140721368971472 140500025039120 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5883] ppid=5873 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5883/stat : 5883 (java) S 5873 5876 4860 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 92643128 10914865152 49105 33554432000 4194304 4196468 140721368971472 140499779279728 140500421855874 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5884] ppid=5873 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5884/stat : 5884 (java) S 5873 5876 4860 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92643129 10914865152 49105 33554432000 4194304 4196468 140721368971472 140499778225696 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5885] ppid=5873 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5885/stat : 5885 (java) S 5873 5876 4860 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92643129 10914865152 49105 33554432000 4194304 4196468 140721368971472 140499777172848 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5886] ppid=5873 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5886/stat : 5886 (java) S 5873 5876 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92643131 10914865152 49105 33554432000 4194304 4196468 140721368971472 140499776121168 140500421863323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5887] ppid=5873 vsize=10659048 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/5876/task/5887/stat : 5887 (java) R 5873 5876 4860 0 -1 4202560 1676 0 0 0 53 0 0 0 20 0 15 0 92643131 10914865152 49105 33554432000 4194304 4196468 140721368971472 140499775054496 140500407859036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5888] ppid=5873 vsize=10659048 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/5876/task/5888/stat : 5888 (java) R 5873 5876 4860 0 -1 4202560 2126 0 0 0 58 0 0 0 20 0 15 0 92643131 10914865152 49105 33554432000 4194304 4196468 140721368971472 140499773996744 140500406115570 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5889] ppid=5873 vsize=10659048 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/5876/task/5889/stat : 5889 (java) S 5873 5876 4860 0 -1 1077944384 2032 0 0 0 38 0 0 0 20 0 15 0 92643131 10914865152 49105 33554432000 4194304 4196468 140721368971472 140499772962928 140500421855874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5890] ppid=5873 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5890/stat : 5890 (java) S 5873 5876 4860 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92643131 10914865152 49105 33554432000 4194304 4196468 140721368971472 140499771910368 140500421854933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
[pid=5876/tid=5891] ppid=5873 vsize=10659048 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/5876/task/5891/stat : 5891 (java) S 5873 5876 4860 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92643132 10914865152 49105 33554432000 4194304 4196468 140721368971472 140499770858672 140500421855874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24080384 140721368978605 140721368978697 140721368978697 140721368981455 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 196420 KiB

Child status: 0
Real time (s): 0.900338
CPU time (s): 2.54795
CPU user time (s): 2.46406
CPU system time (s): 0.083887
CPU usage (%): 282.999
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 196420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.46406
system time used= 0.083887
maximum resident set size= 203660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14262
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= 1211
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 5876
#   total CPU time (s): 2.54795
#   total CPU user time (s): 2.46406
#   total CPU system time (s): 0.083887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02862 second user time and 0.046991 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 06:06:39
IDJOB=4298191
IDBENCH=141082
IDSOLVER=2763
FILE ID=node151/4298191-1532750799
RUNJOBID= node151-1532740893-4892
PBS_JOBID= 21022447
Free space on /tmp= 54908 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-01-opt_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298191-1532750799/watcher-4298191-1532750799 -o /tmp/evaluation-result-4298191-1532750799/solver-4298191-1532750799 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532740893-4892 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298191-1532750799.xml

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

MD5SUM BENCH= ca38267c950192fd3d26d9a78c88ff19
RANDOM SEED=1813048831

node151.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.87
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.87
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.87
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.87
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:        26032276 kB
MemAvailable:   29690112 kB
Buffers:          177592 kB
Cached:          3749660 kB
SwapCached:            0 kB
Active:          3701188 kB
Inactive:        2552032 kB
Active(anon):    2275532 kB
Inactive(anon):    78192 kB
Active(file):    1425656 kB
Inactive(file):  2473840 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:       2333412 kB
Mapped:            54244 kB
Shmem:             25224 kB
Slab:             175836 kB
SReclaimable:     148348 kB
SUnreclaim:        27488 kB
KernelStack:        3552 kB
PageTables:        11968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2938380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2224128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54908 MiB
End job on node151 at 2018-07-28 06:06:40