Trace number 4307629

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
OscaR - Conflict Ordering 2018-08-14SAT 2.13889 1.30211

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K02-P09_c18.xml
MD5SUM7d3eec938755fdf0eb3fdb8654f4a439
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.013569
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":18}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":27},{"degree":2,"count":25},{"degree":3,"count":4},{"degree":4,"count":14}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":18,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.71/0.62	c version: 2018-08-14
0.71/0.62	c seed: 879004491
0.71/0.62	c timeout: 2520
0.71/0.62	c memlimit: 11000
0.71/0.62	c nbcore: 4
0.71/0.64	c Parsing instance...
1.39/1.10	c Parsing done, starting search...
1.86/1.28	s SATISFIABLE
1.86/1.28	v <instantiation>
1.86/1.28	v 	<list>
1.86/1.28	v 		cn[0][0] cn[0][1] cn[1][0] cn[1][1] cn[2][0] cn[2][1] cn[3][0] cn[3][1] cn[4][0] cn[4][1] cn[5][0] cn[5][1] cn[6][0] cn[6][1] cn[7][0] cn[7][1] cn[8][0] cn[8][1] ce[0][0][1] ce[1][0][1] ce[2][0][1] ce[3][0][1] ce[4][0][1] ce[5][0][1] ce[6][0][1] ce[7][0][1] ce[8][0][1] cie[0][0] cie[0][1] cie[1][0] cie[1][1] cie[2][0] cie[2][1] cie[3][0] cie[3][1] cie[4][0] cie[4][1] cie[5][0] cie[5][1] cie[6][0] cie[6][1] cie[7][0] cie[7][1]
1.86/1.28	v 	</list>
1.86/1.28	v 	<values>
1.86/1.28	v 		25 0 1 10 24 22 2 21 23 3 9 20 17 4 14 19 8 15 25 9 2 19 20 11 13 5 7 24 10 23 12 22 1 21 18 14 17 8 16 3 15 6 4 
1.86/1.28	v 	</values>
1.86/1.28	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 (6255 MiB free)
  memory of node 1: 16384 MiB (8917 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307629-1534258057/watcher-4307629-1534258057 -o /tmp/evaluation-result-4307629-1534258057/solver-4307629-1534258057 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534258056-912 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 879004491 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307629-1534258057.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=941, runsolver pid=936
Current StackSize limit: 8192 KiB


[startup+0.103836 s]*
/proc/loadavg: 0.08 0.03 0.05 4/206 964
/proc/meminfo: memFree=15517492/32770624 swapFree=67108504/67108860
[pid=941] ppid=936 vsize=13681496 memory=18252 CPUtime=0.03 cores=1,3,5,7
/proc/941/stat : 941 (java) S 936 941 875 0 -1 1077944320 3900 0 0 0 3 0 0 0 20 0 9 0 243368980 14009851904 4563 33554432000 4194304 4196468 140727650809296 140727650791840 139701958422263 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
/proc/941/statm: 3420374 4563 2154 1 0 3382915 0
[pid=941/tid=947] ppid=936 vsize=13681496 memory=8389772277269004345 CPUtime=0.03 cores=1,3,5,7
/proc/941/task/947/stat : 947 (java) R 936 941 875 0 -1 4202560 2549 0 0 0 3 0 0 0 20 0 9 0 243368986 14009851904 4628 33554432000 4194304 4196468 140727650809296 139701962648888 139701958444189 0 4 0 16800971 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=949] ppid=936 vsize=13681496 memory=288293255295270935 CPUtime=0 cores=1,3,5,7
/proc/941/task/949/stat : 949 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 243368987 14009851904 4628 33554432000 4194304 4196468 140727650809296 139701873490448 139701958432469 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=952] ppid=936 vsize=13681496 memory=288370257198917248 CPUtime=0 cores=1,3,5,7
/proc/941/task/952/stat : 952 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 243368987 14009851904 4628 33554432000 4194304 4196468 140727650809296 139701872437904 139701958432469 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=954] ppid=936 vsize=13681496 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/954/stat : 954 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 243368987 14009851904 4628 33554432000 4194304 4196468 140727650809296 139701871384848 139701958432469 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=956] ppid=936 vsize=13681496 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/941/task/956/stat : 956 (java) S 936 941 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 243368987 14009851904 4628 33554432000 4194304 4196468 140727650809296 139701870332304 139701958432469 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=957] ppid=936 vsize=13681496 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/957/stat : 957 (java) S 936 941 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 243368988 14009851904 4628 33554432000 4194304 4196468 140727650809296 139701431810800 139701958433410 0 0 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=959] ppid=936 vsize=13681496 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/941/task/959/stat : 959 (java) S 936 941 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 243368989 14009851904 4628 33554432000 4194304 4196468 140727650809296 139701430757024 139701958432469 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=962] ppid=936 vsize=13681496 memory=139881047205504 CPUtime=0 cores=1,3,5,7
/proc/941/task/962/stat : 962 (java) S 936 941 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 243368989 14009851904 4628 33554432000 4194304 4196468 140727650809296 139701429703920 139701958432469 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13681496 KiB
Current children cumulated memory: 18252 KiB

[startup+0.210063 s]*
/proc/loadavg: 0.08 0.03 0.05 3/218 976
/proc/meminfo: memFree=15482352/32770624 swapFree=67108504/67108860
[pid=941] ppid=936 vsize=14082736 memory=39992 CPUtime=0.17 cores=1,3,5,7
/proc/941/stat : 941 (java) S 936 941 875 0 -1 1077944320 8595 0 0 0 16 1 0 0 20 0 15 0 243368980 14420721664 9998 33554432000 4194304 4196468 140727650809296 140727650791840 139701958422263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
/proc/941/statm: 3520684 9998 3283 1 0 3482761 0
[pid=941/tid=947] ppid=936 vsize=14082736 memory=8389772277269004345 CPUtime=0.13 cores=1,3,5,7
/proc/941/task/947/stat : 947 (java) R 936 941 875 0 -1 4202560 6490 0 0 0 12 1 0 0 20 0 15 0 243368986 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701962652368 139701943587918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=949] ppid=936 vsize=14082736 memory=288293255295270935 CPUtime=0 cores=1,3,5,7
/proc/941/task/949/stat : 949 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701873490448 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=952] ppid=936 vsize=14082736 memory=288370257198917248 CPUtime=0 cores=1,3,5,7
/proc/941/task/952/stat : 952 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701872437904 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=954] ppid=936 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/954/stat : 954 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701871384848 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=956] ppid=936 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/941/task/956/stat : 956 (java) S 936 941 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701870332304 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=957] ppid=936 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/957/stat : 957 (java) S 936 941 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368988 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701431810800 139701958433410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=959] ppid=936 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/941/task/959/stat : 959 (java) S 936 941 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368989 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701430757024 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=962] ppid=936 vsize=14082736 memory=139881047205504 CPUtime=0 cores=1,3,5,7
/proc/941/task/962/stat : 962 (java) S 936 941 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368989 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701429703920 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=965] ppid=936 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/941/task/965/stat : 965 (java) S 936 941 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701428652496 139701958440859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=966] ppid=936 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/966/stat : 966 (java) S 936 941 875 0 -1 1077944384 333 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701427599600 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=967] ppid=936 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/941/task/967/stat : 967 (java) S 936 941 875 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701426547056 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=968] ppid=936 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/941/task/968/stat : 968 (java) S 936 941 875 0 -1 1077944384 258 0 0 0 2 0 0 0 20 0 15 0 243368992 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701425494000 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=969] ppid=936 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/969/stat : 969 (java) S 936 941 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701424441696 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=974] ppid=936 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/974/stat : 974 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 9998 33554432000 4194304 4196468 140727650809296 139701423389744 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 39992 KiB

[startup+0.3102 s]*
/proc/loadavg: 0.08 0.03 0.05 3/218 976
/proc/meminfo: memFree=15466600/32770624 swapFree=67108504/67108860
[pid=941] ppid=936 vsize=14082736 memory=48292 CPUtime=0.36 cores=1,3,5,7
/proc/941/stat : 941 (java) S 936 941 875 0 -1 1077944320 10203 0 0 0 34 2 0 0 20 0 15 0 243368980 14420721664 12073 33554432000 4194304 4196468 140727650809296 140727650791840 139701958422263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
/proc/941/statm: 3520684 12073 3372 1 0 3482761 0
[pid=941/tid=947] ppid=936 vsize=14082736 memory=7594573530237851216 CPUtime=0.22 cores=1,3,5,7
/proc/941/task/947/stat : 947 (java) R 936 941 875 0 -1 4202560 7913 0 0 0 21 1 0 0 20 0 15 0 243368986 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701962630096 139701938697585 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=949] ppid=936 vsize=14082736 memory=139881047205503 CPUtime=0 cores=1,3,5,7
/proc/941/task/949/stat : 949 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701873490448 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=952] ppid=936 vsize=14082736 memory=139881047205504 CPUtime=0 cores=1,3,5,7
/proc/941/task/952/stat : 952 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701872437904 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=954] ppid=936 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/954/stat : 954 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701871384848 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=956] ppid=936 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/941/task/956/stat : 956 (java) S 936 941 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368987 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701870332304 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=957] ppid=936 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/957/stat : 957 (java) S 936 941 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368988 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701431810800 139701958433410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=959] ppid=936 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/941/task/959/stat : 959 (java) S 936 941 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368989 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701430757024 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=962] ppid=936 vsize=14082736 memory=139881047205504 CPUtime=0 cores=1,3,5,7
/proc/941/task/962/stat : 962 (java) S 936 941 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368989 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701429703920 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=965] ppid=936 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/965/stat : 965 (java) S 936 941 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701428652496 139701958440859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=966] ppid=936 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/941/task/966/stat : 966 (java) S 936 941 875 0 -1 1077944384 452 0 0 0 2 0 0 0 20 0 15 0 243368992 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701427599600 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=967] ppid=936 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/941/task/967/stat : 967 (java) S 936 941 875 0 -1 1077944384 173 0 0 0 2 0 0 0 20 0 15 0 243368992 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701426547056 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=968] ppid=936 vsize=14082736 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/941/task/968/stat : 968 (java) S 936 941 875 0 -1 1077944384 283 0 0 0 7 0 0 0 20 0 15 0 243368992 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701425494000 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=969] ppid=936 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/969/stat : 969 (java) S 936 941 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701424441696 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=974] ppid=936 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/974/stat : 974 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368992 14420721664 12073 33554432000 4194304 4196468 140727650809296 139701423389744 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 48292 KiB

[startup+0.70322 s]
/proc/loadavg: 0.08 0.03 0.05 4/218 976
/proc/meminfo: memFree=15448240/32770624 swapFree=67108504/67108860
[pid=941] ppid=936 vsize=14084804 memory=82240 CPUtime=0.87 cores=1,3,5,7
/proc/941/stat : 941 (java) S 936 941 875 0 -1 1077944320 16440 0 0 0 83 4 0 0 20 0 15 0 243368980 14422839296 20560 33554432000 4194304 4196468 140727650809296 140727650791840 139701958422263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
/proc/941/statm: 3521201 20560 3433 1 0 3483273 0
[pid=941/tid=947] ppid=936 vsize=14084804 memory=-8172468297011507069 CPUtime=0.61 cores=1,3,5,7
/proc/941/task/947/stat : 947 (java) R 936 941 875 0 -1 4202560 13992 0 0 0 58 3 0 0 20 0 15 0 243368986 14422839296 20560 33554432000 4194304 4196468 140727650809296 139701962656336 139701958434198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=949] ppid=936 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/949/stat : 949 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14422839296 20560 33554432000 4194304 4196468 140727650809296 139701873490448 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=952] ppid=936 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/952/stat : 952 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14422839296 20560 33554432000 4194304 4196468 140727650809296 139701872437904 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=954] ppid=936 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/954/stat : 954 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14422839296 20560 33554432000 4194304 4196468 140727650809296 139701871384848 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=956] ppid=936 vsize=14084804 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/941/task/956/stat : 956 (java) S 936 941 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368987 14422839296 20560 33554432000 4194304 4196468 140727650809296 139701870332304 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=957] ppid=936 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/957/stat : 957 (java) S 936 941 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368988 14422839296 20560 33554432000 4194304 4196468 140727650809296 139701431810800 139701958433410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=959] ppid=936 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/959/stat : 959 (java) S 936 941 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368989 14422839296 20560 33554432000 4194304 4196468 140727650809296 139701430757024 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=962] ppid=936 vsize=14084804 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/941/task/962/stat : 962 (java) S 936 941 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368989 14422839296 20560 33554432000 4194304 4196468 140727650809296 139701429703920 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=965] ppid=936 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/965/stat : 965 (java) S 936 941 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14422839296 20560 33554432000 4194304 4196468 140727650809296 139701428652496 139701958440859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=966] ppid=936 vsize=14084804 memory=139882789863973 CPUtime=0.05 cores=1,3,5,7
/proc/941/task/966/stat : 966 (java) S 936 941 875 0 -1 1077944384 542 0 0 0 5 0 0 0 20 0 15 0 243368992 14422839296 20560 33554432000 4194304 4196468 140727650809296 139701427599600 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=967] ppid=936 vsize=14084804 memory=139882789863992 CPUtime=0.05 cores=1,3,5,7
/proc/941/task/967/stat : 967 (java) R 936 941 875 0 -1 4202560 195 0 0 0 5 0 0 0 20 0 15 0 243368992 14422839296 20560 33554432000 4194304 4196468 140727650809296 139701426547056 139701958443610 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=968] ppid=936 vsize=14084804 memory=139882789863993 CPUtime=0.14 cores=1,3,5,7
/proc/941/task/968/stat : 968 (java) R 936 941 875 0 -1 4202560 329 0 0 0 14 0 0 0 20 0 15 0 243368992 14422839296 20560 33554432000 4194304 4196468 140727650809296 139701425493184 139701958443610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=969] ppid=936 vsize=14084804 memory=139882789863994 CPUtime=0 cores=1,3,5,7
/proc/941/task/969/stat : 969 (java) S 936 941 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14422839296 20626 33554432000 4194304 4196468 140727650809296 139701424441696 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=974] ppid=936 vsize=14084804 memory=139882789863995 CPUtime=0 cores=1,3,5,7
/proc/941/task/974/stat : 974 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368992 14422839296 20626 33554432000 4194304 4196468 140727650809296 139701423389744 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
Current children cumulated CPU time: 0.87 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 82240 KiB

[startup+1.30206 s]
# the end of solver process 941 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.05936 s, system=0.079531 s

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

[startup+0.800878 s]
/proc/loadavg: 0.08 0.03 0.05 4/218 976
/proc/meminfo: memFree=15448240/32770624 swapFree=67108504/67108860
[pid=941] ppid=936 vsize=14084804 memory=89940 CPUtime=1.05 cores=1,3,5,7
/proc/941/stat : 941 (java) S 936 941 875 0 -1 1077944320 17365 0 0 0 101 4 0 0 20 0 15 0 243368980 14422839296 22485 33554432000 4194304 4196468 140727650809296 140727650791840 139701958422263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
/proc/941/statm: 3521201 22485 3504 1 0 3483273 0
[pid=941/tid=947] ppid=936 vsize=14084804 memory=4108 CPUtime=0.7 cores=1,3,5,7
/proc/941/task/947/stat : 947 (java) R 936 941 875 0 -1 4202560 14649 0 0 0 67 3 0 0 20 0 15 0 243368986 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701962658624 139701942502750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=949] ppid=936 vsize=14084804 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/941/task/949/stat : 949 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701873490448 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=952] ppid=936 vsize=14084804 memory=37460 CPUtime=0 cores=1,3,5,7
/proc/941/task/952/stat : 952 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701872437904 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=954] ppid=936 vsize=14084804 memory=13776 CPUtime=0 cores=1,3,5,7
/proc/941/task/954/stat : 954 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701871384848 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=956] ppid=936 vsize=14084804 memory=3356 CPUtime=0 cores=1,3,5,7
/proc/941/task/956/stat : 956 (java) S 936 941 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368987 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701870332304 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=957] ppid=936 vsize=14084804 memory=916 CPUtime=0 cores=1,3,5,7
/proc/941/task/957/stat : 957 (java) S 936 941 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368988 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701431810800 139701958433410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=959] ppid=936 vsize=14084804 memory=3796 CPUtime=0 cores=1,3,5,7
/proc/941/task/959/stat : 959 (java) S 936 941 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368989 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701430757024 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=962] ppid=936 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/962/stat : 962 (java) S 936 941 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368989 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701429703920 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=965] ppid=936 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/965/stat : 965 (java) S 936 941 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701428652496 139701958440859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=966] ppid=936 vsize=14084804 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/941/task/966/stat : 966 (java) S 936 941 875 0 -1 1077944384 611 0 0 0 8 0 0 0 20 0 15 0 243368992 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701427599600 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=967] ppid=936 vsize=14084804 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/941/task/967/stat : 967 (java) S 936 941 875 0 -1 1077944384 348 0 0 0 8 0 0 0 20 0 15 0 243368992 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701426547056 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=968] ppid=936 vsize=14084804 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/941/task/968/stat : 968 (java) S 936 941 875 0 -1 1077944384 377 0 0 0 16 0 0 0 20 0 15 0 243368992 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701425494000 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=969] ppid=936 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/969/stat : 969 (java) S 936 941 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701424441696 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=974] ppid=936 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/974/stat : 974 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368992 14422839296 22485 33554432000 4194304 4196468 140727650809296 139701423389744 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89940 KiB

[startup+1.20061 s]
/proc/loadavg: 0.08 0.03 0.05 3/218 976
/proc/meminfo: memFree=15356464/32770624 swapFree=67108504/67108860
[pid=941] ppid=936 vsize=14090948 memory=117776 CPUtime=1.86 cores=1,3,5,7
/proc/941/stat : 941 (java) S 936 941 875 0 -1 1077944320 24227 0 0 0 179 7 0 0 20 0 15 0 243368980 14429130752 29444 33554432000 4194304 4196468 140727650809296 140727650791840 139701958422263 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
/proc/941/statm: 3522737 29444 3524 1 0 3484809 0
[pid=941/tid=947] ppid=936 vsize=14090948 memory=6947385649911455296 CPUtime=1.1 cores=1,3,5,7
/proc/941/task/947/stat : 947 (java) R 936 941 875 0 -1 4202560 18472 0 0 0 106 4 0 0 20 0 15 0 243368986 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701962658032 139701958434198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=949] ppid=936 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/949/stat : 949 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701873490448 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=952] ppid=936 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/952/stat : 952 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701872437904 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=954] ppid=936 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/954/stat : 954 (java) S 936 941 875 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701871384848 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=956] ppid=936 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/941/task/956/stat : 956 (java) S 936 941 875 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368987 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701870332304 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=957] ppid=936 vsize=14090948 memory=2319400400981082208 CPUtime=0 cores=1,3,5,7
/proc/941/task/957/stat : 957 (java) S 936 941 875 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368988 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701431810800 139701958433410 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=959] ppid=936 vsize=14090948 memory=6935655852964663376 CPUtime=0 cores=1,3,5,7
/proc/941/task/959/stat : 959 (java) S 936 941 875 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368989 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701430757024 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=962] ppid=936 vsize=14090948 memory=5865469479800824941 CPUtime=0 cores=1,3,5,7
/proc/941/task/962/stat : 962 (java) S 936 941 875 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368989 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701429703920 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=965] ppid=936 vsize=14090948 memory=7237400421040875609 CPUtime=0 cores=1,3,5,7
/proc/941/task/965/stat : 965 (java) S 936 941 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701428652496 139701958440859 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=966] ppid=936 vsize=14090948 memory=5787214926557766243 CPUtime=0.18 cores=1,3,5,7
/proc/941/task/966/stat : 966 (java) R 936 941 875 0 -1 4202560 1311 0 0 0 18 0 0 0 20 0 15 0 243368992 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701427586128 139701944746647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=967] ppid=936 vsize=14090948 memory=7302135314614015840 CPUtime=0.17 cores=1,3,5,7
/proc/941/task/967/stat : 967 (java) R 936 941 875 0 -1 4202560 1049 0 0 0 17 0 0 0 20 0 15 0 243368992 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701426532368 139701950711712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=968] ppid=936 vsize=14090948 memory=7093353412782679254 CPUtime=0.36 cores=1,3,5,7
/proc/941/task/968/stat : 968 (java) S 936 941 875 0 -1 1077944384 2011 0 0 0 36 0 0 0 20 0 15 0 243368992 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701425494000 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=969] ppid=936 vsize=14090948 memory=808 CPUtime=0 cores=1,3,5,7
/proc/941/task/969/stat : 969 (java) S 936 941 875 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701424441696 139701958432469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
[pid=941/tid=974] ppid=936 vsize=14090948 memory=75588 CPUtime=0 cores=1,3,5,7
/proc/941/task/974/stat : 974 (java) S 936 941 875 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 243368992 14429130752 29444 33554432000 4194304 4196468 140727650809296 139701423389744 139701958433410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27058176 140727650813009 140727650813193 140727650813193 140727650815951 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 117776 KiB

Child status: 0
Real time (s): 1.30211
CPU time (s): 2.13889
CPU user time (s): 2.05936
CPU system time (s): 0.079531
CPU usage (%): 164.263
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 117776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.05936
system time used= 0.079531
maximum resident set size= 123588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25374
page faults= 0
swaps= 0
block input operations= 8
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2140
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 941
#   total CPU time (s): 2.13889
#   total CPU user time (s): 2.05936
#   total CPU system time (s): 0.079531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033695 second user time and 0.052525 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-14 16:47:37
IDJOB=4307629
IDBENCH=141172
IDSOLVER=2790
FILE ID=node104/4307629-1534258057
RUNJOBID= node104-1534258056-912
PBS_JOBID= 21038129
Free space on /tmp= 40076 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K02-P09_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307629-1534258057/watcher-4307629-1534258057 -o /tmp/evaluation-result-4307629-1534258057/solver-4307629-1534258057 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534258056-912 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 879004491 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307629-1534258057.xml

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

MD5SUM BENCH= 7d3eec938755fdf0eb3fdb8654f4a439
RANDOM SEED=879004491

node104.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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15536960 kB
MemAvailable:   31906416 kB
Buffers:          234048 kB
Cached:         16181516 kB
SwapCached:            8 kB
Active:          7731612 kB
Inactive:        8735516 kB
Active(anon):       2812 kB
Inactive(anon):   101108 kB
Active(file):    7728800 kB
Inactive(file):  8634408 kB
Unevictable:        7304 kB
Mlocked:            7304 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             71688 kB
Writeback:             0 kB
AnonPages:         58932 kB
Mapped:            54280 kB
Shmem:             49636 kB
Slab:             462904 kB
SReclaimable:     434708 kB
SUnreclaim:        28196 kB
KernelStack:        3216 kB
PageTables:         4908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 40016 MiB
End job on node104 at 2018-08-14 16:47:39