Trace number 4299728

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
GG's minicp 2018-04-29SAT 1.45713 0.58406

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-04-05_c18.xml
MD5SUM340365fb59c69c653973bf6f753c5e6c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.043623
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints9
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":20}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":20}]
Minimum constraint arity4
Maximum constraint arity5
Distribution of constraint arities[{"arity":4,"count":5},{"arity":5,"count":4}]
Number of extensional constraints9
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":9}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
1.26/0.56	s SATISFIABLE
1.26/0.56	v <instantiation>
1.26/0.56	v 	<list>
1.26/0.56	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] 
1.26/0.56	v 	</list>
1.26/0.56	v 	<values>
1.26/0.56	v 		0 20 9 0 2 12 1 0 1 0 17 0 2 4 4 0 2 0 17 4 
1.26/0.56	v 	</values>
1.26/0.56	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299728-1532808919/watcher-4299728-1532808919 -o /tmp/evaluation-result-4299728-1532808919/solver-4299728-1532808919 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532776444-32664 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299728-1532808919.xml 

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

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=4077, runsolver pid=4074
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 1.27 1.30 1.36 4/215 4092
/proc/meminfo: memFree=21178956/32770624 swapFree=67108860/67108860
[pid=4077] ppid=4074 vsize=10661056 memory=29568 CPUtime=0.12 cores=0,2,4,6
/proc/4077/stat : 4077 (java) S 4074 4077 32633 0 -1 1077944320 5220 0 0 0 11 1 0 0 20 0 15 0 98455051 10916921344 7392 33554432000 4194304 4196468 140734377793792 140734377776336 139967992610551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
/proc/4077/statm: 2665264 7392 2841 1 0 2627263 0
[pid=4077/tid=4079] ppid=4074 vsize=10661056 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/4077/task/4079/stat : 4079 (java) R 4074 4077 32633 0 -1 4202560 3160 0 0 0 9 0 0 0 20 0 15 0 98455051 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967996840720 139967974259599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4080] ppid=4074 vsize=10661056 memory=5792869726567804975 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4080/stat : 4080 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967599553040 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4081] ppid=4074 vsize=10661056 memory=140656424924800 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4081/stat : 4081 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967598500496 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4082] ppid=4074 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4082/stat : 4082 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967597447440 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4083] ppid=4074 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4083/stat : 4083 (java) S 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455052 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967596394896 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4084] ppid=4074 vsize=10661056 memory=140656424924800 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4084/stat : 4084 (java) S 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455053 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967552445168 139967992621698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4085] ppid=4074 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4085/stat : 4085 (java) S 4074 4077 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98455054 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967551391392 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4086] ppid=4074 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4086/stat : 4086 (java) S 4074 4077 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98455054 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967550338288 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4087] ppid=4074 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4087/stat : 4087 (java) S 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455056 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967025113552 139967992629147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4088] ppid=4074 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4088/stat : 4088 (java) S 4074 4077 32633 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 98455056 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967024060656 139967992621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4089] ppid=4074 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4089/stat : 4089 (java) S 4074 4077 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98455056 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967023008112 139967992621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4090] ppid=4074 vsize=10661056 memory=140656424924800 CPUtime=0.01 cores=0,2,4,6
/proc/4077/task/4090/stat : 4090 (java) S 4074 4077 32633 0 -1 1077944384 282 0 0 0 1 0 0 0 20 0 15 0 98455056 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967021955056 139967992621698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4091] ppid=4074 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4091/stat : 4091 (java) S 4074 4077 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98455056 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967020902752 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4092] ppid=4074 vsize=10661056 memory=140656424924800 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4092/stat : 4092 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455057 10916921344 7392 33554432000 4194304 4196468 140734377793792 139967019850800 139967992621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 29568 KiB

[startup+0.210479 s]*
/proc/loadavg: 1.27 1.30 1.36 4/215 4092
/proc/meminfo: memFree=21167100/32770624 swapFree=67108860/67108860
[pid=4077] ppid=4074 vsize=10661056 memory=42060 CPUtime=0.33 cores=0,2,4,6
/proc/4077/stat : 4077 (java) S 4074 4077 32633 0 -1 1077944320 8068 0 0 0 31 2 0 0 20 0 15 0 98455051 10916921344 10515 33554432000 4194304 4196468 140734377793792 140734377776336 139967992610551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
/proc/4077/statm: 2665264 10515 2980 1 0 2627263 0
[pid=4077/tid=4079] ppid=4074 vsize=10661056 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/4077/task/4079/stat : 4079 (java) R 4074 4077 32633 0 -1 4202560 5131 0 0 0 19 1 0 0 20 0 15 0 98455051 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967996842272 139967631768613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4080] ppid=4074 vsize=10661056 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4080/stat : 4080 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967599553040 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4081] ppid=4074 vsize=10661056 memory=288371032576636544 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4081/stat : 4081 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967598500496 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4082] ppid=4074 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4082/stat : 4082 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967597447440 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4083] ppid=4074 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4083/stat : 4083 (java) S 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455052 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967596394896 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4084] ppid=4074 vsize=10661056 memory=140656424924800 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4084/stat : 4084 (java) S 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455053 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967552445168 139967992621698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4085] ppid=4074 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4085/stat : 4085 (java) S 4074 4077 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98455054 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967551391392 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4086] ppid=4074 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4086/stat : 4086 (java) S 4074 4077 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98455054 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967550338288 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4087] ppid=4074 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4087/stat : 4087 (java) S 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455056 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967025113552 139967992629147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4088] ppid=4074 vsize=10661056 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/4077/task/4088/stat : 4088 (java) R 4074 4077 32633 0 -1 4202560 802 0 0 0 3 0 0 0 20 0 15 0 98455056 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967024060656 139967978626548 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4089] ppid=4074 vsize=10661056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/4077/task/4089/stat : 4089 (java) R 4074 4077 32633 0 -1 4202560 51 0 0 0 1 0 0 0 20 0 15 0 98455056 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967023008112 139967985595593 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4090] ppid=4074 vsize=10661056 memory=140656424924800 CPUtime=0.07 cores=0,2,4,6
/proc/4077/task/4090/stat : 4090 (java) S 4074 4077 32633 0 -1 1077944384 733 0 0 0 7 0 0 0 20 0 15 0 98455056 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967021955056 139967992621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4091] ppid=4074 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4091/stat : 4091 (java) S 4074 4077 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98455056 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967020902752 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4092] ppid=4074 vsize=10661056 memory=140656424924800 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4092/stat : 4092 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455057 10916921344 10515 33554432000 4194304 4196468 140734377793792 139967019850800 139967992621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 42060 KiB

[startup+0.310793 s]*
/proc/loadavg: 1.27 1.30 1.36 7/215 4092
/proc/meminfo: memFree=21157980/32770624 swapFree=67108860/67108860
[pid=4077] ppid=4074 vsize=10661132 memory=53944 CPUtime=0.6 cores=0,2,4,6
/proc/4077/stat : 4077 (java) S 4074 4077 32633 0 -1 1077944320 9008 0 0 0 57 3 0 0 20 0 15 0 98455051 10916999168 13486 33554432000 4194304 4196468 140734377793792 140734377776336 139967992610551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
/proc/4077/statm: 2665283 13486 3065 1 0 2627263 0
[pid=4077/tid=4079] ppid=4074 vsize=10661132 memory=6299806260039079015 CPUtime=0.3 cores=0,2,4,6
/proc/4077/task/4079/stat : 4079 (java) R 4074 4077 32633 0 -1 4202560 5453 0 0 0 29 1 0 0 20 0 15 0 98455051 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967996845776 139967632196441 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4080] ppid=4074 vsize=10661132 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4080/stat : 4080 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967599553040 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4081] ppid=4074 vsize=10661132 memory=140656424978208 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4081/stat : 4081 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967598500496 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4082] ppid=4074 vsize=10661132 memory=55780 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4082/stat : 4082 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967597447440 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4083] ppid=4074 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4083/stat : 4083 (java) S 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455052 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967596394896 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4084] ppid=4074 vsize=10661132 memory=140656424985120 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4084/stat : 4084 (java) S 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455053 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967552445168 139967992621698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4085] ppid=4074 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4085/stat : 4085 (java) S 4074 4077 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98455054 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967551391392 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4086] ppid=4074 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4086/stat : 4086 (java) S 4074 4077 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98455054 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967550338288 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4087] ppid=4074 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4087/stat : 4087 (java) S 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455056 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967025113552 139967992629147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4088] ppid=4074 vsize=10661132 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4077/task/4088/stat : 4088 (java) R 4074 4077 32633 0 -1 4202560 963 0 0 0 9 0 0 0 20 0 15 0 98455056 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967024059840 139967977492533 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4089] ppid=4074 vsize=10661132 memory=140656286743567 CPUtime=0.06 cores=0,2,4,6
/proc/4077/task/4089/stat : 4089 (java) R 4074 4077 32633 0 -1 4202560 291 0 0 0 6 0 0 0 20 0 15 0 98455056 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967023004480 139967974154268 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4090] ppid=4074 vsize=10661132 memory=140656424928800 CPUtime=0.12 cores=0,2,4,6
/proc/4077/task/4090/stat : 4090 (java) R 4074 4077 32633 0 -1 1077944384 951 0 0 0 12 0 0 0 20 0 15 0 98455056 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967021950096 139967992620757 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4091] ppid=4074 vsize=10661132 memory=140656286752687 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4091/stat : 4091 (java) S 4074 4077 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98455056 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967020902752 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4092] ppid=4074 vsize=10661132 memory=281312711694304 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4092/stat : 4092 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455057 10916999168 13486 33554432000 4194304 4196468 140734377793792 139967019850800 139967992621698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 53944 KiB

[startup+0.58402 s]
# the end of solver process 4077 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.38183 s, system=0.075298 s

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

[startup+0.411186 s]*
/proc/loadavg: 1.27 1.30 1.36 5/215 4092
/proc/meminfo: memFree=21125588/32770624 swapFree=67108860/67108860
[pid=4077] ppid=4074 vsize=10661132 memory=85004 CPUtime=0.93 cores=0,2,4,6
/proc/4077/stat : 4077 (java) S 4074 4077 32633 0 -1 1077944320 10169 0 0 0 89 4 0 0 20 0 15 0 98455051 10916999168 21251 33554432000 4194304 4196468 140734377793792 140734377776336 139967992610551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
/proc/4077/statm: 2665283 21251 3097 1 0 2627263 0
[pid=4077/tid=4079] ppid=4074 vsize=10661132 memory=8389772277269004345 CPUtime=0.4 cores=0,2,4,6
/proc/4077/task/4079/stat : 4079 (java) R 4074 4077 32633 0 -1 4202560 5544 0 0 0 38 2 0 0 20 0 15 0 98455051 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967996838288 139967630113932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4080] ppid=4074 vsize=10661132 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4080/stat : 4080 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967599553040 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4081] ppid=4074 vsize=10661132 memory=288371032576636544 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4081/stat : 4081 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967598500496 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4082] ppid=4074 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4082/stat : 4082 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967597447440 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4083] ppid=4074 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4083/stat : 4083 (java) S 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455052 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967596394896 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4084] ppid=4074 vsize=10661132 memory=140656424924800 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4084/stat : 4084 (java) S 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455053 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967552445168 139967992621698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4085] ppid=4074 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4085/stat : 4085 (java) S 4074 4077 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98455054 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967551391392 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4086] ppid=4074 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4086/stat : 4086 (java) S 4074 4077 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98455054 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967550338288 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4087] ppid=4074 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4087/stat : 4087 (java) S 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455056 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967025113552 139967992629147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4088] ppid=4074 vsize=10661132 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/4077/task/4088/stat : 4088 (java) R 4074 4077 32633 0 -1 4202560 1364 0 0 0 19 0 0 0 20 0 15 0 98455056 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967024041768 139967974154755 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4089] ppid=4074 vsize=10661132 memory=-1 CPUtime=0.16 cores=0,2,4,6
/proc/4077/task/4089/stat : 4089 (java) R 4074 4077 32633 0 -1 4202560 745 0 0 0 16 0 0 0 20 0 15 0 98455056 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967022993992 139967974154640 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4090] ppid=4074 vsize=10661132 memory=140656424924800 CPUtime=0.15 cores=0,2,4,6
/proc/4077/task/4090/stat : 4090 (java) R 4074 4077 32633 0 -1 1077944384 1190 0 0 0 15 0 0 0 20 0 15 0 98455056 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967021955056 139967992621698 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4091] ppid=4074 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4091/stat : 4091 (java) S 4074 4077 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98455056 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967020902752 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4092] ppid=4074 vsize=10661132 memory=140656424924800 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4092/stat : 4092 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455057 10916999168 21317 33554432000 4194304 4196468 140734377793792 139967019850800 139967992621698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 85004 KiB

[startup+0.510384 s]*
/proc/loadavg: 1.27 1.30 1.36 5/215 4092
/proc/meminfo: memFree=21036660/32770624 swapFree=67108860/67108860
[pid=4077] ppid=4074 vsize=10661132 memory=175704 CPUtime=1.26 cores=0,2,4,6
/proc/4077/stat : 4077 (java) S 4074 4077 32633 0 -1 1077944320 11376 0 0 0 120 6 0 0 20 0 15 0 98455051 10916999168 43926 33554432000 4194304 4196468 140734377793792 140734377776336 139967992610551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
/proc/4077/statm: 2665283 43926 3100 1 0 2627263 0
[pid=4077/tid=4079] ppid=4074 vsize=10661132 memory=6299806260039079015 CPUtime=0.49 cores=0,2,4,6
/proc/4077/task/4079/stat : 4079 (java) S 4074 4077 32633 0 -1 1077944384 5606 0 0 0 46 3 0 0 20 0 15 0 98455051 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967996848576 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4080] ppid=4074 vsize=10661132 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4080/stat : 4080 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967599553040 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4081] ppid=4074 vsize=10661132 memory=140656424978208 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4081/stat : 4081 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967598500496 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4082] ppid=4074 vsize=10661132 memory=55780 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4082/stat : 4082 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455052 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967597447440 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4083] ppid=4074 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4083/stat : 4083 (java) R 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455052 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967596394896 139967992620757 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4084] ppid=4074 vsize=10661132 memory=140656424985120 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4084/stat : 4084 (java) S 4074 4077 32633 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 98455053 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967552443680 139967992620757 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4085] ppid=4074 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4085/stat : 4085 (java) S 4074 4077 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98455054 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967551391392 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4086] ppid=4074 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4086/stat : 4086 (java) S 4074 4077 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98455054 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967550338288 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4087] ppid=4074 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4087/stat : 4087 (java) S 4074 4077 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98455056 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967025113552 139967992629147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4088] ppid=4074 vsize=10661132 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/4077/task/4088/stat : 4088 (java) R 4074 4077 32633 0 -1 4202560 2028 0 0 0 28 1 0 0 20 0 15 0 98455056 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967024046536 139967974131996 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4089] ppid=4074 vsize=10661132 memory=140656286743567 CPUtime=0.26 cores=0,2,4,6
/proc/4077/task/4089/stat : 4089 (java) R 4074 4077 32633 0 -1 4202560 927 0 0 0 26 0 0 0 20 0 15 0 98455056 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967022997712 139967984847678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4090] ppid=4074 vsize=10661132 memory=140656424928800 CPUtime=0.2 cores=0,2,4,6
/proc/4077/task/4090/stat : 4090 (java) S 4074 4077 32633 0 -1 1077944384 1453 0 0 0 19 1 0 0 20 0 15 0 98455056 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967021955056 139967992621698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4091] ppid=4074 vsize=10661132 memory=140656286752687 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4091/stat : 4091 (java) S 4074 4077 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98455056 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967020902752 139967992620757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
[pid=4077/tid=4092] ppid=4074 vsize=10661132 memory=281312711694304 CPUtime=0 cores=0,2,4,6
/proc/4077/task/4092/stat : 4092 (java) S 4074 4077 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98455057 10916999168 43926 33554432000 4194304 4196468 140734377793792 139967019850800 139967992621698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7294976 140734377796725 140734377796873 140734377796873 140734377799631 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 175704 KiB

Child status: 0
Real time (s): 0.58406
CPU time (s): 1.45713
CPU user time (s): 1.38183
CPU system time (s): 0.075298
CPU usage (%): 249.482
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 175704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.38183
system time used= 0.075298
maximum resident set size= 189132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11731
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= 950
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 4077
#   total CPU time (s): 1.45713
#   total CPU user time (s): 1.38183
#   total CPU system time (s): 0.075298

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024836 second user time and 0.04868 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 22:15:19
IDJOB=4299728
IDBENCH=141437
IDSOLVER=2762
FILE ID=node107/4299728-1532808919
RUNJOBID= node107-1532776444-32664
PBS_JOBID= 21022472
Free space on /tmp= 54464 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-04-05_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299728-1532808919/watcher-4299728-1532808919 -o /tmp/evaluation-result-4299728-1532808919/solver-4299728-1532808919 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532776444-32664 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299728-1532808919.xml

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

MD5SUM BENCH= 340365fb59c69c653973bf6f753c5e6c
RANDOM SEED=1431444035

node107.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.40
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.40
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.40
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.40
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:        21197580 kB
MemAvailable:   29885480 kB
Buffers:          232616 kB
Cached:          8691632 kB
SwapCached:            0 kB
Active:          5882704 kB
Inactive:        5142840 kB
Active(anon):    2050612 kB
Inactive(anon):    78544 kB
Active(file):    3832092 kB
Inactive(file):  5064296 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1548 kB
Writeback:             0 kB
AnonPages:       2273768 kB
Mapped:            55608 kB
Shmem:             25228 kB
Slab:             242940 kB
SReclaimable:     214696 kB
SUnreclaim:        28244 kB
KernelStack:        3808 kB
PageTables:         9080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3483596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2170880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54464 MiB
End job on node107 at 2018-07-28 22:15:19