Trace number 4273474

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26OPT6119 1.73251 1.00371

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff69.xml
MD5SUM3619f551efba05977411abbefb319bf8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6119
Best CPU time to get the best result obtained on this benchmark0.041142002
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints65
Number of domains27
Minimum domain size23
Maximum domain size26
Distribution of domain sizes[{"size":23,"count":2},{"size":25,"count":6},{"size":26,"count":57}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":64},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":64}]
Number of extensional constraints32
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":32},{"type":"intension","count":32},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.25/0.39	c version: 2017-07-26
0.25/0.39	c seed: 1583668584
0.25/0.40	c timeout: 2520
0.25/0.40	c memlimit: 11000
0.25/0.40	c nbcore: 4
0.43/0.42	c Parsing instance...
1.46/0.95	c Parsing done, starting search...
1.46/0.96	o 14415
1.46/0.96	o 12915
1.46/0.97	o 11485
1.46/0.97	o 10209
1.46/0.97	o 10169
1.46/0.97	o 9557
1.46/0.97	o 8927
1.46/0.97	o 6637
1.46/0.98	o 6405
1.46/0.98	o 6273
1.46/0.98	o 6165
1.46/0.98	o 6119
1.46/0.99	s OPTIMUM FOUND
1.46/0.99	v <instantiation>
1.46/0.99	v 	<list>
1.46/0.99	v 		x[0] drd[0][0] drd[1][0] drd[2][0] drd[3][0] drd[4][0] drd[5][0] drd[6][0] drd[7][0] drd[8][0] drd[9][0] drd[10][0] drd[11][0] drd[12][0] drd[13][0] drd[14][0] drd[15][0] drd[16][0] drd[17][0] drd[18][0] drd[19][0] drd[20][0] drd[21][0] drd[22][0] drd[23][0] drd[24][0] drd[25][0] drd[26][0] drd[27][0] drd[28][0] drd[29][0] drd[30][0] drd[31][0] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31]
1.46/0.99	v 	</list>
1.46/0.99	v 	<values>
1.46/0.99	v 		137 0 87 15 15 50 56 50 79 23 39 42 112 114 574 96 375 375 33 70 524 524 330 330 101 75 75 469 469 72 125 411 409 0 87 15 15 50 56 50 79 23 39 42 112 114 574 96 375 375 33 70 524 524 330 330 101 75 75 469 469 72 125 411 409 
1.46/0.99	v 	</values>
1.46/0.99	v </instantiation>

Verifier Data

OK	6119

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273474-1502837425/watcher-4273474-1502837425 -o /tmp/evaluation-result-4273474-1502837425/solver-4273474-1502837425 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7259 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1583668584 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273474-1502837425.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
Current StackSize limit: 8192 KiB

solver pid=25918, runsolver pid=25915

[startup+0.107307 s]*
/proc/loadavg: 2.67 2.30 2.15 3/201 25925
/proc/meminfo: memFree=20069692/32770624 swapFree=67108860/67108860
[pid=25918] ppid=25915 vsize=13573664 memory=16576 CPUtime=0.02 cores=0,2,4,6
/proc/25918/stat : 25918 (java) S 25915 25918 2357 0 -1 1077944320 4071 0 0 0 2 0 0 0 20 0 9 0 11357585 13899431936 4144 18446744073709551615 4194304 4196468 140733154206416 140733154188960 139792832405239 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
/proc/25918/statm: 3393416 4144 2073 1 0 3382913 0
[pid=25918/tid=25920] ppid=25915 vsize=13573664 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/25918/task/25920/stat : 25920 (java) R 25915 25918 2357 0 -1 4202560 2701 0 0 0 2 0 0 0 20 0 9 0 11357594 13899431936 4209 18446744073709551615 4194304 4196468 140733154206416 139792836644984 139792816485726 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25921] ppid=25915 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25921/stat : 25921 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 9 0 11357594 13899431936 4209 18446744073709551615 4194304 4196468 140733154206416 139792432236944 139792832415445 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25922] ppid=25915 vsize=13573664 memory=140419996395136 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25922/stat : 25922 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 11357594 13899431936 4209 18446744073709551615 4194304 4196468 140733154206416 139792431184144 139792832415445 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25923] ppid=25915 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25923/stat : 25923 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 11357594 13899431936 4209 18446744073709551615 4194304 4196468 140733154206416 139792430131856 139792832415445 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25924] ppid=25915 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25924/stat : 25924 (java) S 25915 25918 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 11357594 13899431936 4209 18446744073709551615 4194304 4196468 140733154206416 139792429079056 139792832415445 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25925] ppid=25915 vsize=13573664 memory=140419996395136 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25925/stat : 25925 (java) S 25915 25918 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 11357596 13899431936 4209 18446744073709551615 4194304 4196468 140733154206416 139792311319152 139792832416386 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25926] ppid=25915 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25926/stat : 25926 (java) S 25915 25918 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 11357596 13899431936 4209 18446744073709551615 4194304 4196468 140733154206416 139792310265120 139792832415445 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25927] ppid=25915 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25927/stat : 25927 (java) S 25915 25918 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 11357596 13899431936 4209 18446744073709551615 4194304 4196468 140733154206416 139792309212848 139792832415445 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 16576 KiB

[startup+0.218905 s]*
/proc/loadavg: 2.67 2.30 2.15 4/209 25933
/proc/meminfo: memFree=20060596/32770624 swapFree=67108860/67108860
[pid=25918] ppid=25915 vsize=13975920 memory=31072 CPUtime=0.1 cores=0,2,4,6
/proc/25918/stat : 25918 (java) S 25915 25918 2357 0 -1 1077944320 7073 0 0 0 9 1 0 0 20 0 15 0 11357585 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 140733154188960 139792832405239 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
/proc/25918/statm: 3493980 7768 3384 1 0 3482759 0
[pid=25918/tid=25920] ppid=25915 vsize=13975920 memory=7077796292425249400 CPUtime=0.07 cores=0,2,4,6
/proc/25918/task/25920/stat : 25920 (java) R 25915 25918 2357 0 -1 4202560 5015 0 0 0 7 0 0 0 20 0 15 0 11357594 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792836624288 139792816485726 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25921] ppid=25915 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25921/stat : 25921 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357594 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792432236944 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25922] ppid=25915 vsize=13975920 memory=140419996395136 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25922/stat : 25922 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357594 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792431184144 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25923] ppid=25915 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25923/stat : 25923 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357594 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792430131856 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25924] ppid=25915 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25924/stat : 25924 (java) S 25915 25918 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11357594 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792429079056 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25925] ppid=25915 vsize=13975920 memory=140419996395136 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25925/stat : 25925 (java) S 25915 25918 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11357596 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792311319152 139792832416386 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25926] ppid=25915 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25926/stat : 25926 (java) S 25915 25918 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11357596 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792310265120 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25927] ppid=25915 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25927/stat : 25927 (java) S 25915 25918 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11357596 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792309212784 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25928] ppid=25915 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25928/stat : 25928 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357599 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792308161104 139792832423835 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25929] ppid=25915 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25929/stat : 25929 (java) S 25915 25918 2357 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 11357599 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792307107952 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25930] ppid=25915 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25930/stat : 25930 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357599 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792306055152 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25931] ppid=25915 vsize=13975920 memory=140419996395136 CPUtime=0.01 cores=0,2,4,6
/proc/25918/task/25931/stat : 25931 (java) R 25915 25918 2357 0 -1 4202560 364 0 0 0 1 0 0 0 20 0 15 0 11357599 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792305002864 139792832426586 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25932] ppid=25915 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25932/stat : 25932 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357599 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792303950304 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25933] ppid=25915 vsize=13975920 memory=140419996395136 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25933/stat : 25933 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357604 14311342080 7768 18446744073709551615 4194304 4196468 140733154206416 139792302898096 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 31072 KiB

[startup+0.310254 s]*
/proc/loadavg: 2.67 2.30 2.15 3/209 25933
/proc/meminfo: memFree=20050216/32770624 swapFree=67108860/67108860
[pid=25918] ppid=25915 vsize=13975920 memory=39864 CPUtime=0.25 cores=0,2,4,6
/proc/25918/stat : 25918 (java) S 25915 25918 2357 0 -1 1077944320 10202 0 0 0 22 3 0 0 20 0 15 0 11357585 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 140733154188960 139792832405239 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
/proc/25918/statm: 3493980 9966 3540 1 0 3482759 0
[pid=25918/tid=25920] ppid=25915 vsize=13975920 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/25918/task/25920/stat : 25920 (java) R 25915 25918 2357 0 -1 4202560 7918 0 0 0 15 2 0 0 20 0 15 0 11357594 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792836627184 139792832427165 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25921] ppid=25915 vsize=13975920 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25921/stat : 25921 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357594 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792432236944 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25922] ppid=25915 vsize=13975920 memory=-6519619645245871518 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25922/stat : 25922 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357594 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792431184144 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25923] ppid=25915 vsize=13975920 memory=-8182576921928113525 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25923/stat : 25923 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357594 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792430131856 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25924] ppid=25915 vsize=13975920 memory=8110268428378128441 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25924/stat : 25924 (java) S 25915 25918 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11357594 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792429079056 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25925] ppid=25915 vsize=13975920 memory=1398720917958146503 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25925/stat : 25925 (java) S 25915 25918 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11357596 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792311319152 139792832416386 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25926] ppid=25915 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25926/stat : 25926 (java) S 25915 25918 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11357596 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792310265120 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25927] ppid=25915 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25927/stat : 25927 (java) S 25915 25918 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11357596 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792309212784 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25928] ppid=25915 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25928/stat : 25928 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357599 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792308161104 139792832423835 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25929] ppid=25915 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25918/task/25929/stat : 25929 (java) S 25915 25918 2357 0 -1 1077944384 494 0 0 0 1 0 0 0 20 0 15 0 11357599 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792307107952 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25930] ppid=25915 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25918/task/25930/stat : 25930 (java) S 25915 25918 2357 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 11357599 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792306055152 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25931] ppid=25915 vsize=13975920 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/25918/task/25931/stat : 25931 (java) R 25915 25918 2357 0 -1 4202560 379 0 0 0 4 0 0 0 20 0 15 0 11357599 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792305002864 139792832417174 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25932] ppid=25915 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25932/stat : 25932 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357599 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792303950304 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25933] ppid=25915 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25933/stat : 25933 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357604 14311342080 9966 18446744073709551615 4194304 4196468 140733154206416 139792302898096 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39864 KiB

[startup+0.700975 s]
/proc/loadavg: 2.67 2.30 2.15 3/209 25933
/proc/meminfo: memFree=20038032/32770624 swapFree=67108860/67108860
[pid=25918] ppid=25915 vsize=13977988 memory=69416 CPUtime=1.03 cores=0,2,4,6
/proc/25918/stat : 25918 (java) S 25915 25918 2357 0 -1 1077944320 14593 0 0 0 99 4 0 0 20 0 15 0 11357585 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 140733154188960 139792832405239 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
/proc/25918/statm: 3494497 17354 3733 1 0 3483271 0
[pid=25918/tid=25920] ppid=25915 vsize=13977988 memory=2538527000321 CPUtime=0.55 cores=0,2,4,6
/proc/25918/task/25920/stat : 25920 (java) R 25915 25918 2357 0 -1 4202560 10481 0 0 0 52 3 0 0 20 0 15 0 11357594 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792836642208 139792816485726 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25921] ppid=25915 vsize=13977988 memory=2560001836801 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25921/stat : 25921 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357594 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792432236944 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25922] ppid=25915 vsize=13977988 memory=2568591771393 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25922/stat : 25922 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357594 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792431184144 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25923] ppid=25915 vsize=13977988 memory=448874192 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25923/stat : 25923 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357594 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792430131856 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25924] ppid=25915 vsize=13977988 memory=-8556738499077758064 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25924/stat : 25924 (java) S 25915 25918 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11357594 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792429079056 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25925] ppid=25915 vsize=13977988 memory=7956285308106002773 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25925/stat : 25925 (java) S 25915 25918 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11357596 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792311319152 139792832416386 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25926] ppid=25915 vsize=13977988 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25926/stat : 25926 (java) S 25915 25918 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11357596 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792310265120 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25927] ppid=25915 vsize=13977988 memory=280839724494560 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25927/stat : 25927 (java) S 25915 25918 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11357596 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792309212784 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25928] ppid=25915 vsize=13977988 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25928/stat : 25928 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357599 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792308161104 139792832423835 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25929] ppid=25915 vsize=13977988 memory=14128948577568424 CPUtime=0.13 cores=0,2,4,6
/proc/25918/task/25929/stat : 25929 (java) R 25915 25918 2357 0 -1 4202560 1231 0 0 0 13 0 0 0 20 0 15 0 11357599 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792307094496 139792813594910 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25930] ppid=25915 vsize=13977988 memory=8688 CPUtime=0.12 cores=0,2,4,6
/proc/25918/task/25930/stat : 25930 (java) S 25915 25918 2357 0 -1 1077944384 600 0 0 0 12 0 0 0 20 0 15 0 11357599 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792306055152 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25931] ppid=25915 vsize=13977988 memory=1200 CPUtime=0.22 cores=0,2,4,6
/proc/25918/task/25931/stat : 25931 (java) S 25915 25918 2357 0 -1 1077944384 897 0 0 0 22 0 0 0 20 0 15 0 11357599 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792305002864 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25932] ppid=25915 vsize=13977988 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25932/stat : 25932 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357599 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792303950304 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25933] ppid=25915 vsize=13977988 memory=4016 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25933/stat : 25933 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357604 14313459712 17354 18446744073709551615 4194304 4196468 140733154206416 139792302898096 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 69416 KiB

[startup+1.00368 s]
# the end of solver process 25918 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.66627 s, system=0.066236 s

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

[startup+0.800767 s]
/proc/loadavg: 2.67 2.30 2.15 3/209 25933
/proc/meminfo: memFree=20038032/32770624 swapFree=67108860/67108860
[pid=25918] ppid=25915 vsize=13980036 memory=79072 CPUtime=1.25 cores=0,2,4,6
/proc/25918/stat : 25918 (java) S 25915 25918 2357 0 -1 1077944320 15433 0 0 0 120 5 0 0 20 0 15 0 11357585 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 140733154188960 139792832405239 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
/proc/25918/statm: 3495009 19768 3738 1 0 3483783 0
[pid=25918/tid=25920] ppid=25915 vsize=13980036 memory=-8033973737701895300 CPUtime=0.64 cores=0,2,4,6
/proc/25918/task/25920/stat : 25920 (java) S 25915 25918 2357 0 -1 1077944384 10961 0 0 0 61 3 0 0 20 0 15 0 11357594 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792836642592 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25921] ppid=25915 vsize=13980036 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25921/stat : 25921 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357594 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792432236944 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25922] ppid=25915 vsize=13980036 memory=6933690330692294553 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25922/stat : 25922 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357594 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792431184144 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25923] ppid=25915 vsize=13980036 memory=-6876588461455810464 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25923/stat : 25923 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357594 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792430131856 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25924] ppid=25915 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25924/stat : 25924 (java) S 25915 25918 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11357594 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792429079056 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25925] ppid=25915 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25925/stat : 25925 (java) S 25915 25918 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11357596 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792311319152 139792832416386 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25926] ppid=25915 vsize=13980036 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25926/stat : 25926 (java) S 25915 25918 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11357596 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792310265120 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25927] ppid=25915 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25927/stat : 25927 (java) S 25915 25918 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11357596 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792309212784 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25928] ppid=25915 vsize=13980036 memory=14549739626568744 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25928/stat : 25928 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357599 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792308161104 139792832423835 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25929] ppid=25915 vsize=13980036 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/25918/task/25929/stat : 25929 (java) R 25915 25918 2357 0 -1 1077944384 1476 0 0 0 19 0 0 0 20 0 15 0 11357599 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792307107952 139792832416386 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25930] ppid=25915 vsize=13980036 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/25918/task/25930/stat : 25930 (java) R 25915 25918 2357 0 -1 4202560 615 0 0 0 13 0 0 0 20 0 15 0 11357599 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792306055152 139792816691912 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25931] ppid=25915 vsize=13980036 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/25918/task/25931/stat : 25931 (java) S 25915 25918 2357 0 -1 1077944384 999 0 0 0 26 0 0 0 20 0 15 0 11357599 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792305002864 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25932] ppid=25915 vsize=13980036 memory=7809523229951467574 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25932/stat : 25932 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357599 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792303950304 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25933] ppid=25915 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25933/stat : 25933 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357604 14315556864 19768 18446744073709551615 4194304 4196468 140733154206416 139792302898096 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 79072 KiB

[startup+0.903418 s]
/proc/loadavg: 2.67 2.30 2.15 3/209 25933
/proc/meminfo: memFree=20038032/32770624 swapFree=67108860/67108860
[pid=25918] ppid=25915 vsize=13980036 memory=89420 CPUtime=1.46 cores=0,2,4,6
/proc/25918/stat : 25918 (java) S 25915 25918 2357 0 -1 1077944320 15993 0 0 0 141 5 0 0 20 0 15 0 11357585 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 140733154188960 139792832405239 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
/proc/25918/statm: 3495009 22355 3740 1 0 3483783 0
[pid=25918/tid=25920] ppid=25915 vsize=13980036 memory=288230613214036277 CPUtime=0.75 cores=0,2,4,6
/proc/25918/task/25920/stat : 25920 (java) R 25915 25918 2357 0 -1 4202560 11411 0 0 0 71 4 0 0 20 0 15 0 11357594 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792836640880 139792832427165 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25921] ppid=25915 vsize=13980036 memory=14128948577568424 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25921/stat : 25921 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357594 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792432236944 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25922] ppid=25915 vsize=13980036 memory=8688 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25922/stat : 25922 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357594 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792431184144 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25923] ppid=25915 vsize=13980036 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25923/stat : 25923 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357594 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792430131856 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25924] ppid=25915 vsize=13980036 memory=6298115112235260001 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25924/stat : 25924 (java) S 25915 25918 2357 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11357594 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792429079056 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25925] ppid=25915 vsize=13980036 memory=69416 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25925/stat : 25925 (java) S 25915 25918 2357 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11357596 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792311319152 139792832416386 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25926] ppid=25915 vsize=13980036 memory=2538527000321 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25926/stat : 25926 (java) S 25915 25918 2357 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11357596 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792310265120 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25927] ppid=25915 vsize=13980036 memory=2560001836801 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25927/stat : 25927 (java) S 25915 25918 2357 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11357596 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792309212784 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25928] ppid=25915 vsize=13980036 memory=2568591771393 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25928/stat : 25928 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357599 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792308161104 139792832423835 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25929] ppid=25915 vsize=13980036 memory=280839724476512 CPUtime=0.23 cores=0,2,4,6
/proc/25918/task/25929/stat : 25929 (java) S 25915 25918 2357 0 -1 1077944384 1506 0 0 0 23 0 0 0 20 0 15 0 11357599 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792307107952 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25930] ppid=25915 vsize=13980036 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/25918/task/25930/stat : 25930 (java) S 25915 25918 2357 0 -1 1077944384 634 0 0 0 17 0 0 0 20 0 15 0 11357599 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792306055152 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25931] ppid=25915 vsize=13980036 memory=140420063576097 CPUtime=0.29 cores=0,2,4,6
/proc/25918/task/25931/stat : 25931 (java) S 25915 25918 2357 0 -1 1077944384 1059 0 0 0 29 0 0 0 20 0 15 0 11357599 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792305002864 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25932] ppid=25915 vsize=13980036 memory=3827017188865 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25932/stat : 25932 (java) S 25915 25918 2357 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11357599 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792303950304 139792832415445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
[pid=25918/tid=25933] ppid=25915 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25918/task/25933/stat : 25933 (java) S 25915 25918 2357 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11357604 14315556864 22355 18446744073709551615 4194304 4196468 140733154206416 139792302898096 139792832416386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23998464 140733154214257 140733154214444 140733154214444 140733154217935 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 89420 KiB

Child status: 0
Real time (s): 1.00371
CPU time (s): 1.73251
CPU user time (s): 1.66627
CPU system time (s): 0.066236
CPU usage (%): 172.611
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 89420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.66627
system time used= 0.066236
maximum resident set size= 102296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16564
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= 1789
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 25918
#   total CPU time (s): 1.73251
#   total CPU user time (s): 1.66627
#   total CPU system time (s): 0.066236

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028565 second user time and 0.044887 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-16 00:36:29
IDJOB=4273474
IDBENCH=138383
IDSOLVER=2666
FILE ID=node129/4273474-1502837425
RUNJOBID= node129-1502746532-7259
PBS_JOBID= 
Free space on /tmp= 61888 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff69.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273474-1502837425/watcher-4273474-1502837425 -o /tmp/evaluation-result-4273474-1502837425/solver-4273474-1502837425 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1502746532-7259 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1583668584 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273474-1502837425.xml

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

MD5SUM BENCH= 3619f551efba05977411abbefb319bf8
RANDOM SEED=1583668584

node129.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.61
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.61
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.61
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.61
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:        20076392 kB
MemAvailable:   20655040 kB
Buffers:          165640 kB
Cached:           698820 kB
SwapCached:            0 kB
Active:         11833852 kB
Inactive:         426440 kB
Active(anon):   11396144 kB
Inactive(anon):    16744 kB
Active(file):     437708 kB
Inactive(file):   409696 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42612 kB
Writeback:             0 kB
AnonPages:      11395828 kB
Mapped:            45752 kB
Shmem:             17060 kB
Slab:             118996 kB
SReclaimable:      94160 kB
SUnreclaim:        24836 kB
KernelStack:        3424 kB
PageTables:        27024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12044404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11157504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61844 MiB
End job on node129 at 2017-08-16 00:36:30